[cpan2nix] perlPackages.ThreadQueue: 3.09 -> 3.12
This commit is contained in:
parent
816c7835d0
commit
595108ea14
@ -15308,10 +15308,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
ThreadQueue = buildPerlPackage rec {
|
||||
name = "Thread-Queue-3.09";
|
||||
name = "Thread-Queue-3.12";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JD/JDHEDDEN/${name}.tar.gz";
|
||||
sha256 = "0f03v10rsasi2j4lh8xw44jac8nfbw66274qgsz5lsmfd6wqvj12";
|
||||
sha256 = "0wpqdbdfa4mw8lpcaw1lp2d553gl65cl8mli1srj8wrg0kaxshhx";
|
||||
};
|
||||
meta = {
|
||||
description = "Thread-safe queues";
|
||||
|
Loading…
Reference in New Issue
Block a user