perl-Log-Any: 1.040 -> 1.042
This commit is contained in:
parent
c911711d8c
commit
f40b31ebc6
@ -7388,13 +7388,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
LogAny = buildPerlPackage rec {
|
LogAny = buildPerlPackage rec {
|
||||||
name = "Log-Any-1.040";
|
name = "Log-Any-1.042";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/P/PR/PREACTION/${name}.tar.gz";
|
||||||
sha256 = "9759211bfc28055e4617894cf96c3b419e0c3c6afb4bdbfe2382f247193b3864";
|
sha256 = "b2cadb25a147bd49afdab1092a4a37268f307fcb6524a679623647a22501de84";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/dagolden/Log-Any;
|
homepage = https://github.com/preaction/Log-Any;
|
||||||
description = "Bringing loggers and listeners together";
|
description = "Bringing loggers and listeners together";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
|
Loading…
Reference in New Issue
Block a user