Merge pull request #176534 from fabaff/pysensibo-bump

python310Packages.pysensibo: 1.0.16 -> 1.0.17
This commit is contained in:
Fabian Affolter 2022-06-06 14:28:34 +02:00 committed by GitHub
commit a2d9f782bd
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.16";
version = "1.0.17";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "andrey-git";
repo = pname;
rev = version;
hash = "sha256-8SGYJ99xbCRKuWJkDN5u6wnh5Rdd+aZR5QaqOXVVQMM=";
hash = "sha256-ZOJIsl6Ic4wSTpoylXGwQphPDV1yPw0mXbyiVKiDcVk=";
};
propagatedBuildInputs = [