me
/
guix
Archived
1
0
Fork 0

gnu: perl-email-mime: Update to 1.946.

* gnu/packages/mail.scm (perl-email-mime): Update to 1.946.
[propagated-inputs]: Add perl-module-runtime.
master
Tobias Geerinckx-Rice 2017-10-29 00:44:19 +02:00
parent 9b5fc20c4e
commit 4f50fd752b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -1361,7 +1361,7 @@ identify a message uniquely.")
(define-public perl-email-mime (define-public perl-email-mime
(package (package
(name "perl-email-mime") (name "perl-email-mime")
(version "1.940") (version "1.946")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1369,7 +1369,7 @@ identify a message uniquely.")
"Email-MIME-" version ".tar.gz")) "Email-MIME-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pnxbr16cn5qy96xqhp9zmd94ashc9ivqh10qbgbc3f637a0mfir")))) "0z1k3i0lzp2k421gc8f3wq0jbqflkbw2xqd2k7n7pmv56417kvk8"))))
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-email-address" ,perl-email-address) `(("perl-email-address" ,perl-email-address)
@ -1377,7 +1377,8 @@ identify a message uniquely.")
("perl-email-mime-contenttype" ,perl-email-mime-contenttype) ("perl-email-mime-contenttype" ,perl-email-mime-contenttype)
("perl-email-mime-encodings" ,perl-email-mime-encodings) ("perl-email-mime-encodings" ,perl-email-mime-encodings)
("perl-email-simple" ,perl-email-simple) ("perl-email-simple" ,perl-email-simple)
("perl-mime-types" ,perl-mime-types))) ("perl-mime-types" ,perl-mime-types)
("perl-module-runtime" ,perl-module-runtime)))
(home-page "http://search.cpan.org/dist/Email-MIME") (home-page "http://search.cpan.org/dist/Email-MIME")
(synopsis "MIME message handling") (synopsis "MIME message handling")
(description "Email::MIME is an extension of the Email::Simple module, to (description "Email::MIME is an extension of the Email::Simple module, to