python310Packages.blocksat-cli: 0.4.5 -> 0.4.6

This commit is contained in:
R. Ryantm 2023-07-16 12:31:33 +00:00
parent a35621603c
commit 698b95c5a5

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "blocksat-cli";
version = "0.4.5";
version = "0.4.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BLR1eivvlbSTx/jr7Rl778apPBcoFCaKOsYOqxS6Fo4=";
hash = "sha256-uANAMNoAC4HUoUuR5ldxoiy+LLzZVpKosU5JttXLnqg=";
};
propagatedBuildInputs = [