Merge pull request #257406 from r-ryantm/auto-update/python311Packages.pyfibaro

python311Packages.pyfibaro: 0.7.3 -> 0.7.4
This commit is contained in:
Nick Cao 2023-09-26 09:28:29 -04:00 committed by GitHub
commit 1ecba47ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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