xml2rfc: 3.17.2 -> 3.17.3

This commit is contained in:
R. Ryantm 2023-06-17 14:27:30 +00:00
parent 9fce0f6550
commit 70d22c01ba

View file

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.17.2";
version = "3.17.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
rev = "refs/tags/v${version}";
hash = "sha256-LwM0lfBJNSCMsa0AiGBRmuihc/kSLYQ4V6hgY5fM6/w=";
hash = "sha256-5RL4DkWcQRxzi1dhSJlGgoU0BU3aUWOfBNINFKiOwLg=";
};
postPatch = ''