perl-Test-Simple: 1.302037 -> 1.302056

This commit is contained in:
Robert Helgesson 2016-09-17 09:40:50 +02:00
parent ad2d4f583c
commit 3cb932ab06
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
1 changed files with 2 additions and 2 deletions

View File

@ -12841,10 +12841,10 @@ let self = _self // overrides; _self = with self; {
TestSimple = null;
TestSimple13 = buildPerlPackage rec {
name = "Test-Simple-1.302037";
name = "Test-Simple-1.302056";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
sha256 = "fbeba16906ef534e2334acad2020941b6705ab98543536900e588e93409f23b8";
sha256 = "7ba4d821545051f3bc2a6a3308cc43a45f242eec0121a6c85394601785f2e2e8";
};
meta = {
description = "Basic utilities for writing tests";