0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +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 {
pname = "xml2rfc";
version = "3.28.0";
version = "3.28.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
tag = "v${version}";
hash = "sha256-pWJ2nzRMnukcsuhzwsp1uZ3kFakfqrPn8/qooxGeM74=";
hash = "sha256-3wyW1LHHsaJrgynMYgdQ01UhGQ7eyLbOv6I+A0adX1E=";
};
postPatch = ''