[cpan2nix] perlPackages.SysSyslog: 0.35 -> 0.36
This commit is contained in:
parent
916f07b861
commit
6795ca6db8
|
@ -16762,10 +16762,10 @@ let
|
|||
|
||||
SysSyslog = buildPerlPackage {
|
||||
pname = "Sys-Syslog";
|
||||
version = "0.35";
|
||||
version = "0.36";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/SA/SAPER/Sys-Syslog-0.35.tar.gz;
|
||||
sha256 = "fe28e47b70b77aaae754385fe1470d174289e7b6908efa247d2e52486516fbb7";
|
||||
url = mirror://cpan/authors/id/S/SA/SAPER/Sys-Syslog-0.36.tar.gz;
|
||||
sha256 = "ed42a9e5ba04ad4856cc0cb5d38d289c3c5d3764543ec04efafc4af7e3378df8";
|
||||
};
|
||||
meta = {
|
||||
description = "Perl interface to the UNIX syslog(3) calls";
|
||||
|
|
Loading…
Reference in New Issue