perl-Log-Log4perl: 1.48 -> 1.49

This commit is contained in:
Robert Helgesson 2017-03-01 20:11:20 +01:00
parent a5ed11202c
commit 337356448a
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -7561,10 +7561,10 @@ let self = _self // overrides; _self = with self; {
};
LogLog4perl = buildPerlPackage rec {
name = "Log-Log4perl-1.48";
name = "Log-Log4perl-1.49";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MS/MSCHILLI/${name}.tar.gz";
sha256 = "cf6e9fc1f9183fabbe540d84f603c6541458034092b7c53e41008093db62dc98";
sha256 = "b739187f519146cb6bebcfc427c64b1f4138b35c5f4c96f46a21ed4a43872e16";
};
meta = {
homepage = https://mschilli.github.io/log4perl/;