Skip to content

Commit 9ed1bf4

Browse files
committed
xml2rfc: 3.25.0 -> 3.28.0 (#377686)
2 parents d80322b + 7ea24bf commit 9ed1bf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/xml2rfc/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
buildPythonPackage rec {
2626
pname = "xml2rfc";
27-
version = "3.25.0";
27+
version = "3.28.0";
2828
pyproject = true;
2929

3030
disabled = pythonOlder "3.9";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
3333
owner = "ietf-tools";
3434
repo = "xml2rfc";
3535
tag = "v${version}";
36-
hash = "sha256-hBQ90OtqRWVgr9EHf2EWm1KSy7di1PcrOJ7O+5bLK6I=";
36+
hash = "sha256-pWJ2nzRMnukcsuhzwsp1uZ3kFakfqrPn8/qooxGeM74=";
3737
};
3838

3939
postPatch = ''
@@ -81,7 +81,7 @@ buildPythonPackage rec {
8181
description = "Tool generating IETF RFCs and drafts from XML sources";
8282
mainProgram = "xml2rfc";
8383
homepage = "https://github.com/ietf-tools/xml2rfc";
84-
changelog = "https://github.com/ietf-tools/xml2rfc/blob/v${version}/CHANGELOG.md";
84+
changelog = "https://github.com/ietf-tools/xml2rfc/blob/${src.tag}/CHANGELOG.md";
8585
# Well, parts might be considered unfree, if being strict; see:
8686
# http://metadata.ftp-master.debian.org/changelogs/non-free/x/xml2rfc/xml2rfc_2.9.6-1_copyright
8787
license = licenses.bsd3;

0 commit comments

Comments
 (0)