xml2rfc: 3.20.0 -> 3.20.1

This commit is contained in:
R. Ryantm 2024-03-12 01:16:26 +00:00
parent 52544c4a0a
commit 5ea8b9594e

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.20.0";
version = "3.20.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
rev = "refs/tags/v${version}";
hash = "sha256-w4wmjY+yA5Nc1roAXBRTqQxqaSI1vzdMhK9hGkbv7Rk=";
hash = "sha256-JDJZegJR34aaIzMdq/GYzOpIBH7epe9yHnUaI7OzRes=";
};
postPatch = ''