Commit 5ea8b959 authored by R. RyanTM's avatar R. RyanTM
Browse files

xml2rfc: 3.20.0 -> 3.20.1

parent 52544c4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

buildPythonPackage rec {
  pname = "xml2rfc";
  version = "3.20.0";
  version = "3.20.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-w4wmjY+yA5Nc1roAXBRTqQxqaSI1vzdMhK9hGkbv7Rk=";
    hash = "sha256-JDJZegJR34aaIzMdq/GYzOpIBH7epe9yHnUaI7OzRes=";
  };

  postPatch = ''