summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/top-level/perl-packages.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 3d29e41364ac..c8407bc8c1ce 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -4042,12 +4042,12 @@ let
CPAN = buildPerlPackage {
pname = "CPAN";
- version = "2.28";
+ version = "2.29";
src = fetchurl {
- url = "mirror://cpan/authors/id/A/AN/ANDK/CPAN-2.28.tar.gz";
- sha256 = "39d357489283d479695027640d7fc25b42ec3c52003071d1ec94496e34af5974";
+ url = "mirror://cpan/authors/id/A/AN/ANDK/CPAN-2.29.tar.gz";
+ sha256 = "1f55672efd505a9baacfa1924d115362120aa6bf8efab7a17c7cb090b17ccc41";
};
- propagatedBuildInputs = [ ArchiveZip CPANChecksums CPANPerlReleases Expect FileHomeDir LWP LogLog4perl ModuleBuild TermReadKey YAML YAMLLibYAML YAMLSyck ];
+ propagatedBuildInputs = [ ArchiveZip CPANChecksums CPANPerlReleases CompressBzip2 Expect FileHomeDir FileWhich LWP LogLog4perl ModuleSignature TermReadKey TextGlob YAML YAMLLibYAML YAMLSyck IOSocketSSL ];
meta = {
description = "Query, download and build perl modules from CPAN sites";
license = with lib.licenses; [ artistic1 gpl1Plus ];