Merge pull request #171110 from fabaff/pysensibo-bump

python310Packages.pysensibo: 1.0.12 -> 1.0.13
This commit is contained in:
Fabian Affolter 2022-05-01 21:51:39 +02:00 committed by GitHub
commit 6fa768884c
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.12";
version = "1.0.14";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "andrey-git";
repo = pname;
rev = version;
hash = "sha256-gXdyVEBcYCUOo8PHzsJLkjtnX1B1iRS/DAxdQDU3HaY=";
hash = "sha256-r2YIQ6JPyRWzfXprj3tFwrsAR0NtmVLncWZAsLkAzSA=";
};
propagatedBuildInputs = [