python311Packages.nibe: 2.7.0 -> 2.8.0

Diff: https://github.com/yozik04/nibe/compare/refs/tags/2.7.0...2.8.0

Changelog: https://github.com/yozik04/nibe/releases/tag/2.8.0
This commit is contained in:
Fabian Affolter 2024-02-06 09:04:12 +01:00
parent 8cc79aa39b
commit 6d6901ffcd

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "nibe";
version = "2.7.0";
version = "2.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = "nibe";
rev = "refs/tags/${version}";
hash = "sha256-hNxOB/H/KK9qHd+3FQHn9zjmCZRtY6H0nYKNqUc0FIg=";
hash = "sha256-baw2uJn2M0tcP897+h88aMkVul6l170Vyz6qwFHZ8+s=";
};
nativeBuildInputs = [