perl538Packages.ParallelLoops: 0.10 -> 0.12
This commit is contained in:
parent
321d71bd40
commit
5e9b193815
1 changed files with 3 additions and 3 deletions
|
@ -19814,10 +19814,10 @@ with self; {
|
|||
|
||||
ParallelLoops = buildPerlPackage {
|
||||
pname = "Parallel-Loops";
|
||||
version = "0.10";
|
||||
version = "0.12";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PM/PMORCH/Parallel-Loops-0.10.tar.gz";
|
||||
hash = "sha256-b5Z7RuejY7FocbmZHDWeFC3Dsigc/psa85kEcEyL0qo=";
|
||||
url = "mirror://cpan/authors/id/P/PM/PMORCH/Parallel-Loops-0.12.tar.gz";
|
||||
hash = "sha256-tmyP4v1RmHPIp7atHRoE3yAmkSJZteKKQeUdnJsVQVA=";
|
||||
};
|
||||
propagatedBuildInputs = [ ParallelForkManager ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue