gnu: perl-email-simple: Update to 2.213.

* gnu/packages/mail.scm (perl-email-simple): Update to 2.213.
master
Tobias Geerinckx-Rice 2017-04-02 20:02:52 +02:00
parent e26f2c67d6
commit f751b7596d
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -1436,7 +1436,7 @@ Email::Send library.")
(define-public perl-email-simple
(package
(name "perl-email-simple")
(version "2.211")
(version "2.213")
(source
(origin
(method url-fetch)
@ -1444,7 +1444,7 @@ Email::Send library.")
"Email-Simple-" version ".tar.gz"))
(sha256
(base32
"1if4a2wh4iwlcycqrd2fhkx04ngmd75q444gh43w0r9p15ym5f8w"))))
"1ibwsng63gvqqc6r2135mjwfdzazxkb1x8q7f87wqcbjcjfpmffd"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-email-date-format" ,perl-email-date-format)))