pythonPackages.ruamel_yaml: 0.15.35 -> 0.15.80

This fixes the build error with Python 3.7.
This commit is contained in:
Gabriel Ebner 2018-12-02 17:31:47 +01:00
parent 97ac980d0d
commit 9e8f6176e5

View File

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ruamel.yaml"; pname = "ruamel.yaml";
version = "0.15.35"; version = "0.15.80";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0xggyfaj6vprggahf7cq8kp9j79rb7hn8ndk3bxj2sxvwhhliiwd"; sha256 = "1rhlshff9csjwn64x11b9a7gbxccs1vd7rdiqwlhifjxax8k682g";
}; };
# Tests cannot load the module to test # Tests cannot load the module to test