[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: perl-mailtools: Update to 2.20.
From: |
Marius Bakke |
Subject: |
01/05: gnu: perl-mailtools: Update to 2.20. |
Date: |
Tue, 3 Apr 2018 06:45:18 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit fc8c229f14d541ae0fcf271a02c8d132cc84cb29
Author: Marius Bakke <address@hidden>
Date: Tue Apr 3 12:15:58 2018 +0200
gnu: perl-mailtools: Update to 2.20.
* gnu/packages/perl.scm (perl-mailtools): Update to 2.20.
---
gnu/packages/perl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ffb8444..4797761 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)))