diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-03 12:15:58 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-03 12:15:58 +0200 |
commit | fc8c229f14d541ae0fcf271a02c8d132cc84cb29 (patch) | |
tree | 664461f418ff5f25615087d0b24f272831f1fe31 /gnu | |
parent | 426916b7a0e59116b6eb6770ea97eb7bd1ae935e (diff) | |
download | guix-fc8c229f14d541ae0fcf271a02c8d132cc84cb29.tar guix-fc8c229f14d541ae0fcf271a02c8d132cc84cb29.tar.gz |
gnu: perl-mailtools: Update to 2.20.
* gnu/packages/perl.scm (perl-mailtools): Update to 2.20.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index ffb84440aa..479776126b 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4637,7 +4637,7 @@ portions of this module couldn't be compiled on this machine.") (define-public perl-mailtools (package (name "perl-mailtools") - (version "2.19") + (version "2.20") (source (origin (method url-fetch) @@ -4647,7 +4647,7 @@ portions of this module couldn't be compiled on this machine.") ".tar.gz")) (sha256 (base32 - "06jykkv8mp484vzkmwd6dkicx029rl3ir5ljzrbap3paxw1dfzn1")))) + "15iizg2x1w7ca0r8rn3wwhp7w160ljvf55prspljwd6cm7vhcmpm")))) (build-system perl-build-system) (propagated-inputs `(("perl-timedate" ,perl-timedate))) |