python310Packages.pysensibo: 1.0.14 -> 1.0.15

This commit is contained in:
Fabian Affolter 2022-05-27 17:53:42 +02:00
parent d91c644006
commit b26794a3fd

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