Merge pull request #238275 from r-ryantm/auto-update/xml2rfc

xml2rfc: 3.17.2 -> 3.17.3
This commit is contained in:
Weijia Wang
2023-06-18 01:39:42 +03:00
committed by GitHub
@@ -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 = ''