diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 18:43:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 18:55:45 +0200 |
commit | 3a2f1d93dfc580863d9e36b8e746709d1d228dfd (patch) | |
tree | 2c5af598f20aee325fa6603e5e44e682e5c007c0 /gnu | |
parent | d2b8900f58b269a8e1bc66510aca264ab653fb8c (diff) | |
download | guix-3a2f1d93dfc580863d9e36b8e746709d1d228dfd.tar guix-3a2f1d93dfc580863d9e36b8e746709d1d228dfd.tar.gz |
gnu: perl-email-simple: Update to 2.216.
* gnu/packages/mail.scm (perl-email-simple): Update to 2.216.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 486fd165bc..32483eaa6d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1568,7 +1568,7 @@ Email::Send library.") (define-public perl-email-simple (package (name "perl-email-simple") - (version "2.214") + (version "2.216") (source (origin (method url-fetch) @@ -1576,7 +1576,7 @@ Email::Send library.") "Email-Simple-" version ".tar.gz")) (sha256 (base32 - "14kb86hi0m0bqc7kxpm4x5kvfsyj2x86gggbvpxhx9hy8hvjpw5j")))) + "1m4brbjvalyp5kjqslqv4155dzwg977shxin208i7lc8236n6pyq")))) (build-system perl-build-system) (propagated-inputs `(("perl-email-date-format" ,perl-email-date-format))) |