perl-Log-Any: 1.040 -> 1.042

+4 -4
+4 -4
pkgs/top-level/perl-packages.nix
··· 7388 }; 7389 7390 LogAny = buildPerlPackage rec { 7391 - name = "Log-Any-1.040"; 7392 src = fetchurl { 7393 - url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz"; 7394 - sha256 = "9759211bfc28055e4617894cf96c3b419e0c3c6afb4bdbfe2382f247193b3864"; 7395 }; 7396 meta = { 7397 - homepage = https://github.com/dagolden/Log-Any; 7398 description = "Bringing loggers and listeners together"; 7399 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7400 maintainers = [ maintainers.rycee ];
··· 7388 }; 7389 7390 LogAny = buildPerlPackage rec { 7391 + name = "Log-Any-1.042"; 7392 src = fetchurl { 7393 + url = "mirror://cpan/authors/id/P/PR/PREACTION/${name}.tar.gz"; 7394 + sha256 = "b2cadb25a147bd49afdab1092a4a37268f307fcb6524a679623647a22501de84"; 7395 }; 7396 meta = { 7397 + homepage = https://github.com/preaction/Log-Any; 7398 description = "Bringing loggers and listeners together"; 7399 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7400 maintainers = [ maintainers.rycee ];