Merge pull request #229981 from fabaff/nibe-bump

python311Packages.nibe: 2.1.4 -> 2.2.0
This commit is contained in:
Fabian Affolter 2023-05-05 01:04:22 +02:00 committed by GitHub
commit 2178b630ef
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.1.4";
version = "2.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-gz5+vGjZAU+sBqtQJWi8MR5PL7ZpKQcdR6CmImxEi28=";
hash = "sha256-wuW8No3G+l5rG2xoqBi1lhIcqqgfrQ5CrkaEtSct38k=";
};
nativeBuildInputs = [