diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-04 05:52:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-04 23:10:21 +0100 |
commit | 8f15c1c9fe71bf2f1f5304481223d06f59103347 (patch) | |
tree | ec0860e6c53de1115ee5c7f49f0cbdcfdc31b3d0 /gnu | |
parent | f3d4015385bdfc652ff1fe024254fd5e73c6fca8 (diff) | |
download | guix-8f15c1c9fe71bf2f1f5304481223d06f59103347.tar guix-8f15c1c9fe71bf2f1f5304481223d06f59103347.tar.gz |
gnu: mpop: Update to 1.4.6.
* gnu/packages/mail.scm (mpop): Update to 1.4.6.
Diffstat (limited to 'gnu')
-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 8a38d7a381..7b9470606a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2076,14 +2076,14 @@ converts them to maildir format directories.") (define-public mpop (package (name "mpop") - (version "1.4.5") + (version "1.4.6") (source (origin (method url-fetch) (uri (string-append "https://marlam.de/mpop/releases/" "mpop-" version ".tar.xz")) (sha256 - (base32 "1m6743j8g777lijvxqw2wz6pv2g5a9wlh6zq7awk0hvd44xp4sav")))) + (base32 "0q4ifzvl1gcndvqqqk7n9mc599r4s2knxjc7alflwb366fql58gv")))) (build-system gnu-build-system) (inputs `(("gnutls" ,gnutls) |