mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
python: multiprocess: 0.70.6.1 -> 0.70.7
This commit is contained in:
parent
972aee3d4b
commit
b4ae923fc3
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "multiprocess";
|
||||
version = "0.70.6.1";
|
||||
version = "0.70.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1ip5caz67b3q0553mr8gm8xwsb8x500jn8ml0gihgyfy52m2ypcq";
|
||||
sha256 = "46479a327388df8e77ad268892f2e73eac06d6271189b868ce9d4f95474e58e3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ dill ];
|
||||
|
|
Loading…
Reference in a new issue