python312Packages.towncrier: 24.7.1 -> 24.8.0

This commit is contained in:
R. Ryantm
2024-08-23 20:27:27 +00:00
parent 87f0efcadc
commit 37cf177ff9
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "towncrier";
version = "24.7.1";
version = "24.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-V6BX+u2ryt8aYvb5utcmrlZsHzGkETON24MWmT9YOz0=";
hash = "sha256-ATQj7n7tECsvOTwofSLZX2bxo+oQpLqoLSmAAafxivM=";
};
postPatch = ''