3
0
Fork 0
forked from mirrors/nixpkgs

python: cloudpickle: 0.5.2 -> 0.5.3

This commit is contained in:
Frederik Rietdijk 2018-05-28 14:17:29 +02:00
parent 9e7f353d27
commit 2143a5b30b

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "cloudpickle";
version = "0.5.2";
version = "0.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "b0e63dd89ed5285171a570186751bc9b84493675e99e12789e9a5dc5490ef554";
sha256 = "54858c7b7dc763ed894ff91059c1d0b017d593fe23850d3d8d75f47d98398197";
};
buildInputs = [ pytest mock ];