xml2rfc: 3.15.0 -> 3.15.1

This commit is contained in:
R. Ryantm 2022-10-13 01:49:36 +00:00 committed by ehmry
parent 527891edec
commit 78b1a9a0da

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.15.0";
version = "3.15.1";
disabled = pythonOlder "3.6";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
rev = "refs/tags/v${version}";
sha256 = "sha256-sCpV4pmBIBFxFpDK7H9riQ+0174xCn6uVztGDAEeoII=";
sha256 = "sha256-/0Y49ZSaPM3IAFJGmWKiKD+mziA0LYQ3fvGFrkPkl9Y=";
};
postPatch = ''