[cpan2nix] perlPackages.SysSyslog: 0.35 -> 0.36

This commit is contained in:
volth 2019-11-23 12:41:54 +00:00
parent 916f07b861
commit 6795ca6db8

View File

@ -16762,10 +16762,10 @@ let
SysSyslog = buildPerlPackage { SysSyslog = buildPerlPackage {
pname = "Sys-Syslog"; pname = "Sys-Syslog";
version = "0.35"; version = "0.36";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/S/SA/SAPER/Sys-Syslog-0.35.tar.gz; url = mirror://cpan/authors/id/S/SA/SAPER/Sys-Syslog-0.36.tar.gz;
sha256 = "fe28e47b70b77aaae754385fe1470d174289e7b6908efa247d2e52486516fbb7"; sha256 = "ed42a9e5ba04ad4856cc0cb5d38d289c3c5d3764543ec04efafc4af7e3378df8";
}; };
meta = { meta = {
description = "Perl interface to the UNIX syslog(3) calls"; description = "Perl interface to the UNIX syslog(3) calls";