mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
6a628e8ba7
commit
c17489124e
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue