python312Packages.xml2rfc: 3.23.1 -> 3.23.2

This commit is contained in:
R. Ryantm
2024-10-04 21:45:04 +00:00
parent 44de13c26c
commit 283870293f
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.23.1";
version = "3.23.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
rev = "refs/tags/v${version}";
hash = "sha256-8AtQxLOOgEKhkbza9YwXrZVh/++UeJq8n8a7VwIzHSc=";
hash = "sha256-KL3kIntydUAOS7qGq6ZDrShEcyME1Qwf2VjM/9mw96Q=";
};
postPatch = ''