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

xml2rfc: 3.20.1 -> 3.21.0
This commit is contained in:
Weijia Wang 2024-04-27 02:55:26 +02:00 committed by GitHub
commit bcb811658a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.20.1";
version = "3.21.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
rev = "refs/tags/v${version}";
hash = "sha256-JDJZegJR34aaIzMdq/GYzOpIBH7epe9yHnUaI7OzRes=";
hash = "sha256-7lYNEyoLYbxn1ld08eXaN8BumYhN9EftpHQKxdu64MY=";
};
postPatch = ''