perl-Log-Contextual: 0.006003 -> 0.007001

This commit is contained in:
Robert Helgesson 2017-09-11 18:25:37 +02:00
parent 886837f479
commit f6537dafe2
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
1 changed files with 5 additions and 5 deletions

View File

@ -7914,18 +7914,18 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
LogContextual = buildPerlPackage { LogContextual = buildPerlPackage rec {
name = "Log-Contextual-0.006003"; name = "Log-Contextual-0.007001";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/F/FR/FREW/Log-Contextual-0.006003.tar.gz; url = "mirror://cpan/authors/id/F/FR/FREW/${name}.tar.gz";
sha256 = "0940s910n67arqvz7aji4z6vgzzl52aq3l3jg8vq4ygnkn7c9k21"; sha256 = "163c46f9cf4ed921356d300925a1c3ec4d7e0d20d1c678ade9ccc24efd990cd6";
}; };
buildInputs = [ TestFatal ]; buildInputs = [ TestFatal ];
propagatedBuildInputs = [ DataDumperConcise ExporterDeclare Moo ]; propagatedBuildInputs = [ DataDumperConcise ExporterDeclare Moo ];
meta = { meta = {
homepage = https://github.com/frioux/Log-Contextual;
description = "Simple logging interface with a contextual log"; description = "Simple logging interface with a contextual log";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
}; };