File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/xml2rfc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424
2525buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments