3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.FileSlurp: 9999.25 -> 9999.26

This commit is contained in:
volth 2019-03-05 03:53:03 +00:00
parent 76a8d8805b
commit bba2eb9993

View file

@ -6000,12 +6000,12 @@ let
};
FileSlurp = buildPerlPackage {
name = "File-Slurp-9999.25";
name = "File-Slurp-9999.26";
# WARNING: check on next update if deprecation warning is gone
patches = [ ../development/perl-modules/File-Slurp/silence-deprecation.patch ];
src = fetchurl {
url = mirror://cpan/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.25.tar.gz;
sha256 = "1hg3bhf5m78d77p4174cnldd75ppyrvr5rkc8w289ihvwsx9gsn7";
url = mirror://cpan/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.26.tar.gz;
sha256 = "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy";
};
meta = {
description = "Simple and Efficient Reading/Writing/Modifying of Complete Files";