From 9e8f6176e52a4a3e9991bf77288b6732b8e8226f Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 2 Dec 2018 17:31:47 +0100 Subject: [PATCH] pythonPackages.ruamel_yaml: 0.15.35 -> 0.15.80 This fixes the build error with Python 3.7. --- pkgs/development/python-modules/ruamel_yaml/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ruamel_yaml/default.nix b/pkgs/development/python-modules/ruamel_yaml/default.nix index 59674d82c90..619b2fb5eb3 100644 --- a/pkgs/development/python-modules/ruamel_yaml/default.nix +++ b/pkgs/development/python-modules/ruamel_yaml/default.nix @@ -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