perl-File-Slurper: 0.008 -> 0.009

This commit is contained in:
Robert Helgesson 2016-08-12 00:19:45 +02:00
parent a97df891fe
commit 6df074c43e
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -5308,12 +5308,13 @@ let self = _self // overrides; _self = with self; {
};
};
FileSlurper = buildPerlPackage {
name = "File-Slurper-0.008";
FileSlurper = buildPerlPackage rec {
name = "File-Slurper-0.009";
src = fetchurl {
url = mirror://cpan/authors/id/L/LE/LEONT/File-Slurper-0.008.tar.gz;
sha256 = "10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233";
url = "mirror://cpan/authors/id/L/LE/LEONT/${name}.tar.gz";
sha256 = "3eab340deff6ba5456e7d1156b9cfcc387e1243acfc156ff92b75b3f2e120b91";
};
buildInputs = [ TestWarnings ];
meta = {
description = "A simple, sane and efficient module to slurp a file";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];