xml2rfc: 3.10.0 -> 3.11.1

This commit is contained in:
R. Ryantm 2021-10-30 01:17:02 +00:00 committed by Jonathan Ringer
parent d6f5789f3a
commit 9efe4d4ed6

View file

@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.10.0";
version = "3.11.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-DJjGQAYFhXjAiJhWzxpQ0jRUSrnsNCcNz1KfPEjBoKE=";
sha256 = "sha256-V1Epv5TJ4+Gnh096jeQIN0HOCj+GoCdQW/Pol5iBrFw=";
};
propagatedBuildInputs = [