python: cloudpickle: 1.4.1 -> 1.5.0
This commit is contained in:
parent
e5d6737bdf
commit
04bca5238d
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cloudpickle";
|
||||
version = "1.4.1";
|
||||
version = "1.5.0";
|
||||
disabled = isPy27; # abandoned upstream
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0b6258a20a143603d53b037a20983016d4e978f554ec4f36b3d0895b947099ae";
|
||||
sha256 = "820c9245cebdec7257211cbe88745101d5d6a042bca11336d78ebd4897ddbc82";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest mock ];
|
||||
|
|
Loading…
Reference in a new issue