Skip to content

Commit

Permalink
perl-File-Slurper: 0.010 -> 0.011
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgoran authored and rycee committed Dec 19, 2017
1 parent 4a2340f commit 502ebb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -5805,10 +5805,10 @@ let self = _self // overrides; _self = with self; {
};

FileSlurper = buildPerlPackage rec {
name = "File-Slurper-0.010";
name = "File-Slurper-0.011";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/${name}.tar.gz";
sha256 = "a393364648c9d6be938e8a68c3094c5f8a37b19d3159141ec81ba49559343c16";
sha256 = "f6494844b9759b3d1dd8fc4ffa790f8e6e493c4eb58e88831a51e085f2e76010";
};
buildInputs = [ TestWarnings ];
meta = {
Expand Down

0 comments on commit 502ebb0

Please sign in to comment.