diff options
| author | Stig <stig@stig.io> | 2022-01-30 18:53:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-30 18:53:26 +0100 |
| commit | 83a53b4adf04607af34060b2f7699a412fc9bc3d (patch) | |
| tree | 6e97764deb724b7d479a32b2b9d4ad51978b14ae | |
| parent | Merge pull request #157296 from NixOS/backport-157174-to-release-21.11 (diff) | |
| parent | perlPackages.CPAN: 2.28 -> 2.29 (diff) | |
| download | nixpkgs-83a53b4adf04607af34060b2f7699a412fc9bc3d.tar.gz | |
Merge pull request #157321 from NixOS/backport-157176-to-release-21.11
[Backport release-21.11] perlPackages.CPAN: 2.28 -> 2.29
| -rw-r--r-- | pkgs/top-level/perl-packages.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index e9f51bc70f60..711610d40f06 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 ]; |
