nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.nibe: 2.1.4 -> 2.2.0

Diff: https://github.com/yozik04/nibe/compare/refs/tags/2.1.4...2.2.0

Changelog: https://github.com/yozik04/nibe/releases/tag/2.2.0

+2 -2
+2 -2
pkgs/development/python-modules/nibe/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "nibe"; 19 - version = "2.1.4"; 19 + version = "2.2.0"; 20 20 format = "pyproject"; 21 21 22 22 disabled = pythonOlder "3.9"; ··· 25 25 owner = "yozik04"; 26 26 repo = pname; 27 27 rev = "refs/tags/${version}"; 28 - hash = "sha256-gz5+vGjZAU+sBqtQJWi8MR5PL7ZpKQcdR6CmImxEi28="; 28 + hash = "sha256-wuW8No3G+l5rG2xoqBi1lhIcqqgfrQ5CrkaEtSct38k="; 29 29 }; 30 30 31 31 nativeBuildInputs = [