xml2rfc: 3.30.1 -> 3.30.2

This commit is contained in:
R. Ryantm
2025-09-08 23:28:35 +00:00
parent 90a49d004a
commit b0573e81b8
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.30.1";
version = "3.30.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
tag = "v${version}";
hash = "sha256-QnsAm4ezDUBv/ogYIBn2FBUaYZlPNFgVrtbeGAAzwcs=";
hash = "sha256-yCCENooemgSLRVW+JkE8UVEcPke2SbEbW9r2nhhSLbY=";
};
postPatch = ''