python: multiprocess: 0.70.6.1 -> 0.70.7
This commit is contained in:
parent
972aee3d4b
commit
b4ae923fc3
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "multiprocess";
|
pname = "multiprocess";
|
||||||
version = "0.70.6.1";
|
version = "0.70.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1ip5caz67b3q0553mr8gm8xwsb8x500jn8ml0gihgyfy52m2ypcq";
|
sha256 = "46479a327388df8e77ad268892f2e73eac06d6271189b868ce9d4f95474e58e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ dill ];
|
propagatedBuildInputs = [ dill ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user