lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xml2rfc: 3.10.0 -> 3.11.1

authored by

R. Ryantm and committed by
Jonathan Ringer
9efe4d4e d6f5789f

+2 -2
+2 -2
pkgs/development/python-modules/xml2rfc/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "xml2rfc"; 25 - version = "3.10.0"; 25 + version = "3.11.1"; 26 26 27 27 disabled = pythonOlder "3.6"; 28 28 29 29 src = fetchPypi { 30 30 inherit pname version; 31 - sha256 = "sha256-DJjGQAYFhXjAiJhWzxpQ0jRUSrnsNCcNz1KfPEjBoKE="; 31 + sha256 = "sha256-V1Epv5TJ4+Gnh096jeQIN0HOCj+GoCdQW/Pol5iBrFw="; 32 32 }; 33 33 34 34 propagatedBuildInputs = [