gnu: libetpan: Update to 1.7.2.

* gnu/packages/mail.scm (libetpan): Update to 1.7.2.
[inputs]: Add zlib.
This commit is contained in:
Efraim Flashner 2016-07-03 07:21:56 +03:00
parent 6a628e8ba7
commit c17489124e
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

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