python: cloudpickle: 0.2.2 -> 0.5.2
This commit is contained in:
parent
9680392356
commit
2670ff39d6
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cloudpickle";
|
||||
version = "0.2.2";
|
||||
version = "0.5.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0x4fbycipkhfax7lydaxcnc14g42g274qba17j51shr5gbq6m8lx";
|
||||
sha256 = "b0e63dd89ed5285171a570186751bc9b84493675e99e12789e9a5dc5490ef554";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user