lol
0
fork

Configure Feed

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

python313Packages.packaging: 24.2 -> 25.0

https://github.com/pypa/packaging/blob/25.0/CHANGELOG.rst

+2 -2
+2 -2
pkgs/development/python-modules/packaging/default.nix
··· 15 15 let 16 16 packaging = buildPythonPackage rec { 17 17 pname = "packaging"; 18 - version = "24.2"; 18 + version = "25.0"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.7"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-wiim3F6TLTRrxXOTeRCdSeiFPdgiNXHHxbVSYO3AuX8="; 25 + hash = "sha256-1EOHLJjWd79g9qHy+MHLdI6P52LSv50xSLVZkpWw/E8="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ flit-core ];