guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mpop: Update to 1.4.5.


From: guix-commits
Subject: 01/02: gnu: mpop: Update to 1.4.5.
Date: Tue, 16 Jul 2019 17:51:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fcc6503d7328cd727e777a73f5e88c33402f495a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jul 16 23:43:19 2019 +0200

    gnu: mpop: Update to 1.4.5.
    
    * gnu/packages/mail.scm (mpop): Update to 1.4.5.
---
 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 8aab46a..19de74a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1949,14 +1949,14 @@ converts them to maildir format directories.")
 (define-public mpop
   (package
     (name "mpop")
-    (version "1.4.4")
+    (version "1.4.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/mpop/releases/";
                            "mpop-" version ".tar.xz"))
        (sha256
-        (base32 "0j21cp8bw12vgfymxi3i4av3j97lrcyb5y9xa3mb59wr17izz73x"))))
+        (base32 "1m6743j8g777lijvxqw2wz6pv2g5a9wlh6zq7awk0hvd44xp4sav"))))
     (build-system gnu-build-system)
     (inputs
      `(("gnutls" ,gnutls)



reply via email to

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