perl-Test-Simple: 1.302062 -> 1.302067

This commit is contained in:
Robert Helgesson 2016-11-26 10:26:02 +01:00
parent 088ff595e6
commit ca77ba39bf
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -12901,10 +12901,10 @@ let self = _self // overrides; _self = with self; {
TestSimple = null;
TestSimple13 = buildPerlPackage rec {
name = "Test-Simple-1.302062";
name = "Test-Simple-1.302067";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
sha256 = "6729060d4ab12e2db3a3c6d6376ee6a9fb77c0ba0308b66919365a1e8bf156ea";
sha256 = "4d43a1ed9cd43a5ad0e6cb206c0cd86d59f118ad6895220688d7bd918016b2a3";
};
meta = {
description = "Basic utilities for writing tests";