python311Packages.nibe: 2.5.0 -> 2.5.1

Diff: https://github.com/yozik04/nibe/compare/refs/tags/2.5.0...2.5.1

Changelog: https://github.com/yozik04/nibe/releases/tag/2.5.1
This commit is contained in:
Fabian Affolter 2023-11-25 17:40:24 +01:00
parent 71e21a7234
commit f02bf1ba30

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nibe";
version = "2.5.0";
version = "2.5.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = "nibe";
rev = "refs/tags/${version}";
hash = "sha256-PCfodp8gyjOUgb4FthMlbanbEtJuc6axM8DkQJ/ykLg=";
hash = "sha256-9pnY3ssDLxPmMMRT6TexkGcYDTzuB5dAP8VHCTAwD7I=";
};
nativeBuildInputs = [