mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
perlPackages.Future: 0.47 -> 0.48
This commit is contained in:
parent
0ab119a6cf
commit
af01368b75
@ -9248,10 +9248,10 @@ let
|
||||
|
||||
Future = buildPerlModule {
|
||||
pname = "Future";
|
||||
version = "0.47";
|
||||
version = "0.48";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-0.47.tar.gz";
|
||||
sha256 = "1pmhkhrmvaf8c3jbrfqqhmxjrzcsxdn2q7apj033gwxggland88h";
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-0.48.tar.gz";
|
||||
sha256 = "sha256-D+ixXBQvKjBKMXGKIKEFA6m0TMASw69eN7i34koHUqM=";
|
||||
};
|
||||
buildInputs = [ TestFatal TestIdentity TestRefcount ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user