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

* gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.022.
master
Tobias Geerinckx-Rice 2017-10-28 23:28:25 +02:00
parent 25adc0066a
commit 9b5fc20c4e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1389,7 +1389,7 @@ message. Headers are decoded from MIME encoding.")
(define-public perl-email-mime-contenttype
(package
(name "perl-email-mime-contenttype")
(version "1.018")
(version "1.022")
(source
(origin
(method url-fetch)
@ -1397,7 +1397,7 @@ message. Headers are decoded from MIME encoding.")
"Email-MIME-ContentType-" version ".tar.gz"))
(sha256
(base32
"1y8hpwm7p5a9y2azy0cgvlv2i2d0nj66ajfa0fj51wdq4w9cs23m"))))
"042kxhs3bp1ab9z0mbr1wy21ld4lxd6v2a2mmrashqnsn2075fws"))))
(build-system perl-build-system)
(native-inputs
`(("perl-capture-tiny" ,perl-capture-tiny)))