diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 02:39:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 04:37:23 +0200 |
commit | bfdce9ffdae2b3e42f46955caee4de1a3e4c1d33 (patch) | |
tree | f93f8b9f7f3bfd5dff8fa453a4fbe3f584d1a456 | |
parent | 5bc22ba81ee1f605b4ddfa041e5db3a0eeb33707 (diff) | |
download | guix-bfdce9ffdae2b3e42f46955caee4de1a3e4c1d33.tar guix-bfdce9ffdae2b3e42f46955caee4de1a3e4c1d33.tar.gz |
gnu: mpop: Update to 1.4.10.
* gnu/packages/mail.scm (mpop): Update to 1.4.10.
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 0c683f0c92..728d242c71 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2159,14 +2159,14 @@ converts them to maildir format directories.") (define-public mpop (package (name "mpop") - (version "1.4.9") + (version "1.4.10") (source (origin (method url-fetch) (uri (string-append "https://marlam.de/mpop/releases/" "mpop-" version ".tar.xz")) (sha256 - (base32 "0hinmyd4lipy9wi3grwm72vv6xrpf4m08i9g9nlxzxnwfanw885q")))) + (base32 "1243hazpiwgvz2m3p48cdh0yw1019i6xjxgc7qyhmxcdy0inb6wy")))) (build-system gnu-build-system) (inputs `(("gnutls" ,gnutls))) |