python: ruamel.yaml: 0.15.92 -> 0.15.94

This commit is contained in:
Frederik Rietdijk 2019-04-24 18:42:50 +02:00
parent 4e3215af86
commit 2f50805b71

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ruamel.yaml"; pname = "ruamel.yaml";
version = "0.15.92"; version = "0.15.94";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "c6d05e38a141922eca7902135e7a40b605763d6da8ec6624517370631ce9fb6d"; sha256 = "0939bcb399ad037ef903d74ccf2f8a074f06683bc89133ad19305067d34487c8";
}; };
# Tests cannot load the module to test # Tests cannot load the module to test