diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 00:44:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 17:32:37 +0100 |
commit | 4f50fd752be63e53c8b051c36bd2223dc24c5a15 (patch) | |
tree | 84a4a1e34e8a7176d62a1237c7e5c844cd59e393 /gnu | |
parent | 9b5fc20c4eef2e191af144a5b30ac9da6a2b3239 (diff) | |
download | guix-4f50fd752be63e53c8b051c36bd2223dc24c5a15.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 3eadb4ada1..0b8a07bb5d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1361,7 +1361,7 @@ identify a message uniquely.") (define-public perl-email-mime (package (name "perl-email-mime") - (version "1.940") + (version "1.946") (source (origin (method url-fetch) @@ -1369,7 +1369,7 @@ identify a message uniquely.") "Email-MIME-" version ".tar.gz")) (sha256 (base32 - "0pnxbr16cn5qy96xqhp9zmd94ashc9ivqh10qbgbc3f637a0mfir")))) + "0z1k3i0lzp2k421gc8f3wq0jbqflkbw2xqd2k7n7pmv56417kvk8")))) (build-system perl-build-system) (propagated-inputs `(("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-encodings" ,perl-email-mime-encodings) ("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") (synopsis "MIME message handling") (description "Email::MIME is an extension of the Email::Simple module, to |