lol
0
fork

Configure Feed

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

python3Packages.towncrier: 24.8.0 -> 25.8.0

R. Ryantm 68828cc4 737ce9d1

+2 -2
+2 -2
pkgs/development/python-modules/towncrier/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "towncrier"; 20 - version = "24.8.0"; 20 + version = "25.8.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.8"; 24 24 25 25 src = fetchPypi { 26 26 inherit pname version; 27 - hash = "sha256-ATQj7n7tECsvOTwofSLZX2bxo+oQpLqoLSmAAafxivM="; 27 + hash = "sha256-7vFtKfgxrVers64yoFZXOYZiGfHr+90pfTKJTrmUDrE="; 28 28 }; 29 29 30 30 build-system = [ hatchling ];