guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: mpop: Update to 1.2.8.


From: Tobias Geerinckx-Rice
Subject: 04/06: gnu: mpop: Update to 1.2.8.
Date: Fri, 10 Aug 2018 21:21:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 64530ad8ae3513e5c17f6a904ace6093e5da538a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 8 21:15:39 2018 +0200

    gnu: mpop: Update to 1.2.8.
    
    * gnu/packages/mail.scm (mpop): Update to 1.2.8.
    [arguments]: Remove.
---
 gnu/packages/mail.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c76802e..e60a356 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1857,7 +1857,7 @@ converts them to maildir format directories.")
 (define-public mpop
   (package
     (name "mpop")
-    (version "1.2.6")
+    (version "1.2.8")
     (source
      (origin
        (method url-fetch)
@@ -1865,15 +1865,13 @@ converts them to maildir format directories.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z"))))
+         "1skrda7lbks5h0v03ab8bhpg6ma1b63if8x9x3kb2fv70x2pkhqn"))))
     (build-system gnu-build-system)
     (inputs
      `(("gnutls" ,gnutls)
        ("libidn" ,libidn)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (arguments
-     `(#:configure-flags (list "--with-tls=gnutls")))
     (home-page "https://marlam.de/mpop/";)
     (synopsis "POP3 mail client")
     (description "mpop is a small and fast POP3 client suitable as a



reply via email to

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