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

xml2rfc: 3.23.0 -> 3.23.1 (#343196)

parents 41033a6d 96389822
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

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

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

  postPatch = ''