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

Configure Feed

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

python313Packages.habiticalib: 0.3.5 -> 0.3.7

https://github.com/tr4nt0r/habiticalib/releases/tag/v0.3.7

+2 -2
+2 -2
pkgs/development/python-modules/habiticalib/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "habiticalib"; 22 - version = "0.3.5"; 22 + version = "0.3.7"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.12"; ··· 28 28 owner = "tr4nt0r"; 29 29 repo = "habiticalib"; 30 30 tag = "v${version}"; 31 - hash = "sha256-r0wpWd6hFPwo5S0ft0srL1a74rODWDH0elkY1BN74Gs="; 31 + hash = "sha256-i2yGPTZiinErWK7vX/3mwBtO4rjUhoEORhnXkFplUcM="; 32 32 }; 33 33 34 34 build-system = [