0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

xml2rfc: 3.28.0 -> 3.28.1

This commit is contained in:
R. Ryantm 2025-04-02 02:23:39 +00:00
parent 02b2743b6a
commit 3e80f71abd

View file

@ -24,7 +24,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "xml2rfc"; pname = "xml2rfc";
version = "3.28.0"; version = "3.28.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "ietf-tools"; owner = "ietf-tools";
repo = "xml2rfc"; repo = "xml2rfc";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-pWJ2nzRMnukcsuhzwsp1uZ3kFakfqrPn8/qooxGeM74="; hash = "sha256-3wyW1LHHsaJrgynMYgdQ01UhGQ7eyLbOv6I+A0adX1E=";
}; };
postPatch = '' postPatch = ''