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

* gnu/packages/mail.scm (perl-email-simple): Update to 2.211.
This commit is contained in:
Efraim Flashner 2016-11-29 21:51:47 +02:00
parent e4146b0485
commit f363d5d854
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -1190,7 +1190,7 @@ (define-public perl-email-sender
(define-public perl-email-simple
(package
(name "perl-email-simple")
(version "2.206")
(version "2.211")
(source
(origin
(method url-fetch)
@ -1198,7 +1198,7 @@ (define-public perl-email-simple
"Email-Simple-" version ".tar.gz"))
(sha256
(base32
"19dpy3j5na2k9qw1jcpc8ia25038068r9j1bn34f9yyrisz7s522"))))
"1if4a2wh4iwlcycqrd2fhkx04ngmd75q444gh43w0r9p15ym5f8w"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-email-date-format" ,perl-email-date-format)))