guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: libetpan: Update to 1.7.2.


From: Efraim Flashner
Subject: 01/11: gnu: libetpan: Update to 1.7.2.
Date: Sun, 3 Jul 2016 10:54:54 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit c17489124e39a2f8ec502e97ff3efc1d512684f1
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 3 07:21:56 2016 +0300

    gnu: libetpan: Update to 1.7.2.
    
    * gnu/packages/mail.scm (libetpan): Update to 1.7.2.
    [inputs]: Add zlib.
---
 gnu/packages/mail.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c3baa72..58b46d8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -546,14 +546,14 @@ useful features.")
 (define-public libetpan
   (package
     (name "libetpan")
-    (version "1.6")
+    (version "1.7.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/dinhviethoa/"; name
                    "/archive/" version ".tar.gz"))
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
-               (base32 
"05qyqx2c1ppb1jnrs3m52i60f9xlxfxdmb9dnwg4vqjv8kwv2qkr"))))
+               (base32 
"081ixgj3skglq9i7v0jb835lmfx21zi4i5b7997igwr0lj174y9j"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,(autoconf-wrapper))
                      ("automake" ,automake)
@@ -566,7 +566,8 @@ useful features.")
        ("openssl" ,openssl)))
     (inputs
      `(("curl" ,curl)
-       ("expat" ,expat)))
+       ("expat" ,expat)
+       ("zlib" ,zlib)))
     (arguments
       '(#:phases (alist-cons-after
                   'unpack 'autogen



reply via email to

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