about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-06-02 20:36:54 +0000
committervolth <volth@volth.com>2018-06-02 20:36:54 +0000
commit9fac0760aceef8c75c7d1451b43c90e943b61861 (patch)
tree91405072b07321a09619a15069723796a032aeed /pkgs/top-level
parentcba89b7ede29b943fa39ea6d9384723a9545a845 (diff)
downloadnixlib-9fac0760aceef8c75c7d1451b43c90e943b61861.tar
nixlib-9fac0760aceef8c75c7d1451b43c90e943b61861.tar.gz
nixlib-9fac0760aceef8c75c7d1451b43c90e943b61861.tar.bz2
nixlib-9fac0760aceef8c75c7d1451b43c90e943b61861.tar.lz
nixlib-9fac0760aceef8c75c7d1451b43c90e943b61861.tar.xz
nixlib-9fac0760aceef8c75c7d1451b43c90e943b61861.tar.zst
nixlib-9fac0760aceef8c75c7d1451b43c90e943b61861.zip
[cpan2nix] perlPackages.TestBase: 0.88 -> 0.89
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 73dc4986b938..093281f2d571 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -15035,10 +15035,10 @@ let self = _self // overrides; _self = with self; {
 
 
   TestBase = buildPerlPackage rec {
-    name = "Test-Base-0.88";
+    name = "Test-Base-0.89";
     src = fetchurl {
       url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
-      sha256 = "0fch1cvivnszbnwhpfmwv1rin04j5xkj1n1ylfmlxg6bm72qqdjj";
+      sha256 = "056hibgg3i2b89mwr76vyxi6ayb3hqjqcwicvn3s5lximsma3517";
     };
     propagatedBuildInputs = [ Spiffy ];
     buildInputs = [ AlgorithmDiff TextDiff ];