Merge pull request #262100 from zakame/contrib/perl-Future-0.50
perlPackages.Future: 0.48 -> 0.50
This commit is contained in:
commit
91f427a488
1 changed files with 4 additions and 4 deletions
|
@ -10115,12 +10115,12 @@ with self; {
|
|||
|
||||
Future = buildPerlModule {
|
||||
pname = "Future";
|
||||
version = "0.48";
|
||||
version = "0.50";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-0.48.tar.gz";
|
||||
hash = "sha256-D+ixXBQvKjBKMXGKIKEFA6m0TMASw69eN7i34koHUqM=";
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-0.50.tar.gz";
|
||||
hash = "sha256-wDXj2eaaOvFEszrINN7p5lrTYPKlHbnxWNw0Ls3dX0Q=";
|
||||
};
|
||||
buildInputs = [ TestFatal TestIdentity TestRefcount ];
|
||||
buildInputs = [ Test2Suite ];
|
||||
meta = {
|
||||
description = "Represent an operation awaiting completion";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue