guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: mpop: Update to 1.4.11.


From: guix-commits
Subject: 12/13: gnu: mpop: Update to 1.4.11.
Date: Mon, 16 Nov 2020 23:05:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7a8dead250b67033a4f49e37cc8ecfe56f4435be
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 04:18:09 2020 +0100

    gnu: mpop: Update to 1.4.11.
    
    * gnu/packages/mail.scm (mpop): Update to 1.4.11.
---
 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 956ccc9..3b7e893 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2485,14 +2485,14 @@ converts them to maildir format directories.")
 (define-public mpop
   (package
     (name "mpop")
-    (version "1.4.10")
+    (version "1.4.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/mpop/releases/";
                            "mpop-" version ".tar.xz"))
        (sha256
-        (base32 "1243hazpiwgvz2m3p48cdh0yw1019i6xjxgc7qyhmxcdy0inb6wy"))))
+        (base32 "1gcxvhin5y0q47svqbf90r5aip0cgywm8sq6m84ygda7km8xylwv"))))
     (build-system gnu-build-system)
     (inputs
      `(("gnutls" ,gnutls)))



reply via email to

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