Unverified Commit a05c813d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.xml2rfc: 3.30.2 -> 3.31.0 (#450073)

parents e62cc622 ac01e083
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildPythonPackage rec {
  pname = "xml2rfc";
  version = "3.30.2";
  version = "3.31.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "ietf-tools";
    repo = "xml2rfc";
    tag = "v${version}";
    hash = "sha256-yCCENooemgSLRVW+JkE8UVEcPke2SbEbW9r2nhhSLbY=";
    hash = "sha256-thgLt1PHXbKxDDhqQcHUP/AZsGq/OfAOSRV9KrFmPWw=";
  };

  postPatch = ''