Merge pull request #174964 from fabaff/pysensibo-bump

python310Packages.pysensibo: 1.0.14 -> 1.0.15
This commit is contained in:
Fabian Affolter 2022-05-27 20:12:21 +02:00 committed by GitHub
commit eb3517f5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pysensibo";
version = "1.0.14";
version = "1.0.15";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "andrey-git";
repo = pname;
rev = version;
hash = "sha256-r2YIQ6JPyRWzfXprj3tFwrsAR0NtmVLncWZAsLkAzSA=";
hash = "sha256-TZjlMry9Ek/13gRKg54aCif/xbx9IEg+rsYnuOzwxRo=";
};
propagatedBuildInputs = [