guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: mpop: Update to 1.4.6.


From: guix-commits
Subject: 02/05: gnu: mpop: Update to 1.4.6.
Date: Wed, 4 Dec 2019 17:10:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8f15c1c9fe71bf2f1f5304481223d06f59103347
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 4 05:52:15 2019 +0100

    gnu: mpop: Update to 1.4.6.
    
    * gnu/packages/mail.scm (mpop): Update to 1.4.6.
---
 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 8a38d7a..7b94706 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)



reply via email to

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