python: multiprocess: 0.70.7 -> 0.70.9
This commit is contained in:
parent
1a0e68784e
commit
e15ba4bd5c
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "multiprocess";
|
pname = "multiprocess";
|
||||||
version = "0.70.7";
|
version = "0.70.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "46479a327388df8e77ad268892f2e73eac06d6271189b868ce9d4f95474e58e3";
|
sha256 = "9fd5bd990132da77e73dec6e9613408602a4612e1d73caf2e2b813d2b61508e5";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ dill ];
|
propagatedBuildInputs = [ dill ];
|
||||||
|
|
Loading…
Reference in a new issue