gnu: perl-email-mime-contenttype: Update to 1.018.

* gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.018.
This commit is contained in:
Efraim Flashner 2016-11-29 21:28:58 +02:00
parent b4522b9855
commit a883ba0246
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -1117,7 +1117,7 @@ (define-public perl-email-mime
(define-public perl-email-mime-contenttype
(package
(name "perl-email-mime-contenttype")
(version "1.017")
(version "1.018")
(source
(origin
(method url-fetch)
@ -1125,7 +1125,7 @@ (define-public perl-email-mime-contenttype
"Email-MIME-ContentType-" version ".tar.gz"))
(sha256
(base32
"1cl1l97lg690dh7i704hqi7yhxalq1chy7ylld5yc5v38jqa6gcn"))))
"1y8hpwm7p5a9y2azy0cgvlv2i2d0nj66ajfa0fj51wdq4w9cs23m"))))
(build-system perl-build-system)
(native-inputs
`(("perl-capture-tiny" ,perl-capture-tiny)))