python: cloudpickle: 1.2.2 -> 1.4.1
This commit is contained in:
parent
4e96135b66
commit
48304c6485
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cloudpickle";
|
||||
version = "1.2.2";
|
||||
version = "1.4.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "922401d7140e133253ff5fab4faa4a1166416066453a783b00b507dca93f8859";
|
||||
sha256 = "0b6258a20a143603d53b037a20983016d4e978f554ec4f36b3d0895b947099ae";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest mock ];
|
||||
|
|
Loading…
Reference in a new issue