python310Packages.pysensibo: 1.0.18 -> 1.0.19

This commit is contained in:
R. Ryantm 2022-09-09 17:15:29 +00:00 committed by Jonathan Ringer
parent b7f6ec4ae6
commit a674ecd285

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pysensibo";
version = "1.0.18";
version = "1.0.19";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "andrey-git";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-sFEeN72+h6yFQFluhOQfxoVJPB5lCpFnlJfLnRxVjFg=";
hash = "sha256-pqg+NsdbSyXgC+4/AtbI4BZ5h2pMhvvBdQI9lHj6HME=";
};
propagatedBuildInputs = [