perlPackages.threads-shared: 1.48 -> 1.51
This commit is contained in:
parent
b2ea81bd0f
commit
15af160ec0
@ -13058,11 +13058,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
threadsshared = buildPerlPackage {
|
threadsshared = buildPerlPackage rec {
|
||||||
name = "threads-shared-1.48";
|
name = "threads-shared-1.51";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/J/JD/JDHEDDEN/threads-shared-1.48.tar.gz;
|
url = "mirror://cpan/authors/id/J/JD/JDHEDDEN/${name}.tar.gz";
|
||||||
sha256 = "7378a72bae424705e354476da69995fb8f62432bca8e98eab0fb9842da5120f8";
|
sha256 = "0qsbl8rx8p09cb5vj1yhwf1h2awvimfyckw1qwrqbk7dxjldrimn";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Perl extension for sharing data structures between threads";
|
description = "Perl extension for sharing data structures between threads";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user