python311Packages.pyfibaro: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm 2023-09-26 06:54:57 +00:00
parent 350b6b84e6
commit 019e8d299b

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyfibaro";
version = "0.7.3";
version = "0.7.4";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rappenze";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-pCj69lLcoNTyZRe6SVkFpPK2Ex8927WzAJ5OCot9xP4=";
hash = "sha256-Z+JWwu40ober/9RNG9DLqlOlQyPwlAO3LhLnpr+4dL8=";
};
nativeBuildInputs = [