python3Packages.towncrier: 24.8.0 -> 25.8.0

This commit is contained in:
R. Ryantm
2025-09-02 11:26:04 +00:00
parent 737ce9d193
commit 68828cc49a
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "towncrier";
version = "24.8.0";
version = "25.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ATQj7n7tECsvOTwofSLZX2bxo+oQpLqoLSmAAafxivM=";
hash = "sha256-7vFtKfgxrVers64yoFZXOYZiGfHr+90pfTKJTrmUDrE=";
};
build-system = [ hatchling ];