python: cloudpickle: 0.5.6 -> 0.6.1

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:34:55 +01:00
parent b4beb6c7e0
commit 8037a50403

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cloudpickle"; pname = "cloudpickle";
version = "0.5.6"; version = "0.6.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0390ecb3731ac035d74c34651460f4a683e9ef7443861712b8d56c20c2f92113"; sha256 = "f169a8523a40eb0a3452e1878aac31da6759409fbafa51dd50d89d4a6b42bcf1";
}; };
buildInputs = [ pytest mock ]; buildInputs = [ pytest mock ];