guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mpop: Update to 1.4.7.


From: guix-commits
Subject: 02/03: gnu: mpop: Update to 1.4.7.
Date: Wed, 15 Jan 2020 16:42:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4a30c51eb8922ce97dec67824f47c7ef884eec69
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 15 02:45:56 2020 +0100

    gnu: mpop: Update to 1.4.7.
    
    * gnu/packages/mail.scm (mpop): Update to 1.4.7.
---
 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 0fe6691..2151953 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2152,14 +2152,14 @@ converts them to maildir format directories.")
 (define-public mpop
   (package
     (name "mpop")
-    (version "1.4.6")
+    (version "1.4.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/mpop/releases/";
                            "mpop-" version ".tar.xz"))
        (sha256
-        (base32 "0q4ifzvl1gcndvqqqk7n9mc599r4s2knxjc7alflwb366fql58gv"))))
+        (base32 "0c6n5afn9pr4p7gxkv462lysrw52w9fhvavzm99c78dcp9dj5xnk"))))
     (build-system gnu-build-system)
     (inputs
      `(("gnutls" ,gnutls)))



reply via email to

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