python310Packages.pysensibo: 1.0.16 -> 1.0.17

This commit is contained in:
Fabian Affolter 2022-06-06 12:32:08 +02:00
parent 7afa444b36
commit d208dd99f3

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 = [