python: ruamel.ordereddict: 0.4.9 -> 0.4.13

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:16 +01:00
parent fc05f8f955
commit 1229be51c4
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ruamel.ordereddict"; pname = "ruamel.ordereddict";
version = "0.4.9"; version = "0.4.13";
disabled = isPy3k || isPyPy; disabled = isPy3k || isPyPy;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1xmkl8v9l9inm2pyxgc1fm5005yxm7fkd5gv74q7lj1iy5qc8n3h"; sha256 = "bf0a198c8ce5d973c24e5dba12d3abc254996788ca6ad8448eabc6aa710db149";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {