python3Packages.xml2rfc: 3.6.0 -> 3.8.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:43 +02:00
parent aec9b5c528
commit 8139ef8c7c

View File

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "xml2rfc";
version = "3.6.0";
version = "3.8.0";
disabled = pythonAtLeast "3.9";
src = fetchPypi {
inherit pname version;
sha256 = "a9aa2e7c156a1acb0931086637d31efe9302a771641bc35938383cefbd27ba9d";
sha256 = "8e25a9d73acf57ade798fc67841277dbbdb81ced390e6f84362370305b127426";
};
propagatedBuildInputs = [