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 19 20 20 buildPythonPackage rec { 21 21 pname = "nibe"; 22 - version = "2.8.0"; 22 + version = "2.9.0"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.9"; ··· 28 28 owner = "yozik04"; 29 29 repo = "nibe"; 30 30 rev = "refs/tags/${version}"; 31 - hash = "sha256-baw2uJn2M0tcP897+h88aMkVul6l170Vyz6qwFHZ8+s="; 31 + hash = "sha256-j8P/lhBjlsmnOc4Cv/a2Hdf2EPO8CEpT4IOQHtiBgQA="; 32 32 }; 33 33 34 34 nativeBuildInputs = [