Skip to content

Commit

Permalink
perl-Importer: 0.024 -> 0.025
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Feb 22, 2018
1 parent cf2872b commit 8cd9194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -7119,10 +7119,10 @@ let self = _self // overrides; _self = with self; {
};

Importer = buildPerlPackage rec {
name = "Importer-0.024";
name = "Importer-0.025";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
sha256 = "1d19760ceb366b664985ace9a7ee1b54a438b1e060a5bca6eff0c6a35b07a557";
sha256 = "0745138c487d74033d0cbeb36f06595036dc7e688f1a5dbec9cc2fa799e13946";
};
meta = {
description = "Alternative but compatible interface to modules that export symbols";
Expand Down

0 comments on commit 8cd9194

Please sign in to comment.