Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.portion: 2.5.0 -> 2.6.0

Diff: https://github.com/AlexandreDecan/portion/compare/refs/tags/2.5.0...2.6.0

Changelog: https://github.com/AlexandreDecan/portion/blob/refs/tags/2.6.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/portion/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "portion"; 12 - version = "2.5.0"; 12 + version = "2.6.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "AlexandreDecan"; 17 17 repo = "portion"; 18 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-sNOieFenrWh6iDXCyCBedx+qIsS+daAr+WVBpkc8yVQ="; 19 + hash = "sha256-TBCnlkGZZ/3tWEojxDGNYcXtYHhrooJkaWBsRkadXEE="; 20 20 }; 21 21 22 22 build-system = [ setuptools ];