guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: mpop: Update to 1.4.9.


From: guix-commits
Subject: 03/04: gnu: mpop: Update to 1.4.9.
Date: Thu, 21 May 2020 09:38:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1476ea0e55f7f644e920e90f48f7d545e24db25a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu May 21 13:59:15 2020 +0200

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



reply via email to

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