guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mpop: Update to 1.4.16.


From: guix-commits
Subject: branch master updated: gnu: mpop: Update to 1.4.16.
Date: Mon, 01 Nov 2021 10:42:23 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6e5ca0b  gnu: mpop: Update to 1.4.16.
6e5ca0b is described below

commit 6e5ca0bb84b398d6cfad9025055a4f0b8d8e1e95
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Nov 1 20:11:32 2021 +0530

    gnu: mpop: Update to 1.4.16.
    
    * gnu/packages/mail.scm (mpop): Update to 1.4.16.
---
 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 ddcb4e6..c2d3b2a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2824,14 +2824,14 @@ easily (one at a time).")
 (define-public mpop
   (package
     (name "mpop")
-    (version "1.4.14")
+    (version "1.4.16")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/mpop/releases/";
                            "mpop-" version ".tar.xz"))
        (sha256
-        (base32 "046wbglvry54id9wik6c020fs09piv3gig3z0nh5nmyhsxjw4i18"))))
+        (base32 "1yc7lsdy9gvlslvljqg34kvcaf4wvrwlvj6h5awkzlp6x9qva3l7"))))
     (build-system gnu-build-system)
     (inputs
      `(("gnutls" ,gnutls)))



reply via email to

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