diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-06-25 10:51:37 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-06-25 11:08:38 +0300 |
commit | 6775e7876ec03f96ae11b37cdc69c88639db882a (patch) | |
tree | 096f25cd21fc54697918e630b135c7f364247a19 /gnu/packages | |
parent | 44efdc029b2aa7e53f3e591baf6bde4021054c5b (diff) |
gnu: perl-mailtools: Update to 2.21.
* gnu/packages/perl.scm (perl-mailtools): Update to 2.21.
Diffstat (limited to 'gnu/packages')
-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 43ece92d0c..abba1669ba 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4969,7 +4969,7 @@ portions of this module couldn't be compiled on this machine.") (define-public perl-mailtools (package (name "perl-mailtools") - (version "2.20") + (version "2.21") (source (origin (method url-fetch) @@ -4979,7 +4979,7 @@ portions of this module couldn't be compiled on this machine.") ".tar.gz")) (sha256 (base32 - "15iizg2x1w7ca0r8rn3wwhp7w160ljvf55prspljwd6cm7vhcmpm")))) + "1js43bp2dnd8n2rv8clsv749166jnyqnc91k4wkkmw5n4rlbvnaa")))) (build-system perl-build-system) (propagated-inputs `(("perl-timedate" ,perl-timedate))) |