Merge pull request #280166 from r-ryantm/auto-update/python310Packages.xml2rfc

python310Packages.xml2rfc: 3.19.0 -> 3.19.1
This commit is contained in:
Nick Cao 2024-01-11 16:26:21 -05:00 committed by GitHub
commit 046a6ca464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.19.0";
version = "3.19.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
rev = "refs/tags/v${version}";
hash = "sha256-J7++NSmh0JfNEd0qQx39pr5dD8u0w8Hvlx14nTnOFmA=";
hash = "sha256-kKbetvJDzvsUUWEYgFb7G86v9/Iiy49Wyl25p/zzBHo=";
};
postPatch = ''