Skip to content

Commit

Permalink
xml2rfc: 3.23.0 -> 3.23.1 (NixOS#343196)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 20, 2024
2 parents 41033a6 + 9638982 commit c49a5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/xml2rfc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

buildPythonPackage rec {
pname = "xml2rfc";
version = "3.23.0";
version = "3.23.1";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "ietf-tools";
repo = "xml2rfc";
rev = "refs/tags/v${version}";
hash = "sha256-6yjWDHcEp1NLqyNopaKvLHtCstpVRPBdy2UiLa5Zvnw=";
hash = "sha256-8AtQxLOOgEKhkbza9YwXrZVh/++UeJq8n8a7VwIzHSc=";
};

postPatch = ''
Expand Down

0 comments on commit c49a5d3

Please sign in to comment.