Merge pull request #319607 from r-ryantm/auto-update/python311Packages.nibe

python311Packages.nibe: 2.10.0 -> 2.10.1
This commit is contained in:
Nick Cao 2024-06-13 14:06:32 -04:00 committed by GitHub
commit 466174ef55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "nibe";
version = "2.10.0";
version = "2.10.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = "nibe";
rev = "refs/tags/${version}";
hash = "sha256-g43lXQzsQ1Serq6oIMcnAYwUppdEVcBkYGEoy3NIwqo=";
hash = "sha256-rm0SV48vo68aiiFcvuSSGwCvQEsagIMh2EQXXmUU5dc=";
};
build-system = [ setuptools ];