guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/17: gnu: mpop: Update to 1.4.10.


From: guix-commits
Subject: 11/17: gnu: mpop: Update to 1.4.10.
Date: Tue, 9 Jun 2020 22:38:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bfdce9ffdae2b3e42f46955caee4de1a3e4c1d33
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 10 02:39:45 2020 +0200

    gnu: mpop: Update to 1.4.10.
    
    * gnu/packages/mail.scm (mpop): Update to 1.4.10.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0c683f0..728d242 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]