1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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 {
pname = "ruamel.yaml";
version = "0.15.35";
version = "0.15.80";
src = fetchPypi {
inherit pname version;
sha256 = "0xggyfaj6vprggahf7cq8kp9j79rb7hn8ndk3bxj2sxvwhhliiwd";
sha256 = "1rhlshff9csjwn64x11b9a7gbxccs1vd7rdiqwlhifjxax8k682g";
};
# Tests cannot load the module to test