From e79546bb5eb6c08342eb31dbf27edaf1964b4878 Mon Sep 17 00:00:00 2001 From: volth Date: Sat, 23 Jun 2018 10:16:37 +0000 Subject: [PATCH] [cpan2nix] perlPackages.TestPAUSEPermissions: 0.06 -> 0.07 --- pkgs/top-level/perl-packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index a94cc0af4de..54c3cc1507f 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -15579,10 +15579,10 @@ let self = _self // overrides; _self = with self; { }; TestPAUSEPermissions = buildPerlPackage rec { - name = "Test-PAUSE-Permissions-0.06"; + name = "Test-PAUSE-Permissions-0.07"; src = fetchurl { - url = mirror://cpan/authors/id/I/IS/ISHIGAKI/Test-PAUSE-Permissions-0.06.tar.gz; - sha256 = "1rspdxwfr1mxjrpcsd4asd5q1qpmiyw0sm7g008yy1gsz6i2yl88"; + url = mirror://cpan/authors/id/S/SK/SKAJI/Test-PAUSE-Permissions-0.07.tar.gz; + sha256 = "0gh7f67g1y30yggmwj1pq6xgrx3cfjibj2378nl3gilvyaxw2w2m"; }; propagatedBuildInputs = [ ConfigIdentity PAUSEPermissions ParseLocalDistribution ]; buildInputs = [ ExtUtilsMakeMakerCPANfile TestUseAllModules ];