python: ruamel.yaml: 0.15.100 -> 0.16.5

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:48 +02:00
parent 26387a2616
commit 2113845eb4

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ruamel.yaml"; pname = "ruamel.yaml";
version = "0.15.100"; version = "0.16.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8e42f3067a59e819935a2926e247170ed93c8f0b2ab64526f888e026854db2e4"; sha256 = "412a6f5cfdc0525dee6a27c08f5415c7fd832a7afcb7a0ed7319628aed23d408";
}; };
# Tests cannot load the module to test # Tests cannot load the module to test