Merge pull request #291816 from r-ryantm/auto-update/python312Packages.nibe

python312Packages.nibe: 2.8.0 -> 2.9.0

authored by Nick Cao and committed by GitHub 859e1a8c 7b36a99f

+2 -2
+2 -2
pkgs/development/python-modules/nibe/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "nibe"; 22 - version = "2.8.0"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.9"; ··· 28 owner = "yozik04"; 29 repo = "nibe"; 30 rev = "refs/tags/${version}"; 31 - hash = "sha256-baw2uJn2M0tcP897+h88aMkVul6l170Vyz6qwFHZ8+s="; 32 }; 33 34 nativeBuildInputs = [
··· 19 20 buildPythonPackage rec { 21 pname = "nibe"; 22 + version = "2.9.0"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.9"; ··· 28 owner = "yozik04"; 29 repo = "nibe"; 30 rev = "refs/tags/${version}"; 31 + hash = "sha256-j8P/lhBjlsmnOc4Cv/a2Hdf2EPO8CEpT4IOQHtiBgQA="; 32 }; 33 34 nativeBuildInputs = [