mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 08:04:14 +00:00
[cpan2nix] perlPackages.FileSlurp: 9999.19 -> 9999.22
This commit is contained in:
parent
5ce545a44a
commit
6bc1f578ad
@ -6050,12 +6050,12 @@ let
|
||||
};
|
||||
|
||||
FileSlurp = buildPerlPackage {
|
||||
name = "File-Slurp-9999.19";
|
||||
name = "File-Slurp-9999.22";
|
||||
# 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/U/UR/URI/File-Slurp-9999.19.tar.gz;
|
||||
sha256 = "0hrn4nipwx40d6ji8ssgr5nw986z9iqq8cn0kdpbszh9jplynaff";
|
||||
url = mirror://cpan/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.22.tar.gz;
|
||||
sha256 = "0sgi53jin36sqvvj8fsqxddb8vprrv99inbs2bmgjdpqhs0a0vmf";
|
||||
};
|
||||
meta = {
|
||||
description = "Simple and Efficient Reading/Writing/Modifying of Complete Files";
|
||||
|
Loading…
Reference in New Issue
Block a user