3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: perl-mime-types: Update to 2.14.

* gnu/packages/perl.scm (perl-mime-types): Update to 2.14.
This commit is contained in:
Tobias Geerinckx-Rice 2017-11-11 19:59:19 +01:00
parent f9035ef213
commit 6862e4bfe7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4628,7 +4628,7 @@ messages.")
(define-public perl-mime-types
(package
(name "perl-mime-types")
(version "2.09")
(version "2.14")
(source
(origin
(method url-fetch)
@ -4636,7 +4636,7 @@ messages.")
"MIME-Types-" version ".tar.gz"))
(sha256
(base32
"0s7s2z9xc1nc2l59rk80iaa04r36k0y95231212kz5p3ln7szk1c"))))
"0w00fdci07cc6k1v4zaib4icggqjmg8hggpx4lzqj1ajq07wyja0"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/MIME-Types/")
(synopsis "Definition of MIME types")