pythonPackages.ruamel_yaml: 0.15.35 -> 0.15.80
This fixes the build error with Python 3.7.
This commit is contained in:
parent
97ac980d0d
commit
9e8f6176e5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user