Merge pull request #275740 from r-ryantm/auto-update/python310Packages.nibe

python310Packages.nibe: 2.5.2 -> 2.6.0
This commit is contained in:
Fabian Affolter 2023-12-21 10:38:01 +01:00 committed by GitHub
commit d72e3be1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nibe";
version = "2.5.2";
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = "nibe";
rev = "refs/tags/${version}";
hash = "sha256-qlGQtjRG92AhFY+sF3mB4ghIn4kydkbDOolLu9Qh0JM=";
hash = "sha256-VDK6ZCyW8fmp9Ap/AwgLbU5vlyhYXIGYD6eZ3esSCiU=";
};
nativeBuildInputs = [