mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libetpan: Update to 1.9.1.
* gnu/packages/mail.scm (libetpan): Update to 1.9.1.
This commit is contained in:
parent
aae96f8fac
commit
9f1b186afc
1 changed files with 2 additions and 2 deletions
|
@ -947,7 +947,7 @@ (define-public getmail
|
|||
(define-public libetpan
|
||||
(package
|
||||
(name "libetpan")
|
||||
(version "1.8")
|
||||
(version "1.9.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -955,7 +955,7 @@ (define-public libetpan
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "09xqy1n18qn63x7idfrpwm59lfkvb1p5vxkyksywvy4f6mn4pyxk"))))
|
||||
(base32 "1628lb1qvxixl64ifvjjr839hmirpx532klhv2mr7m6gmn7nlci5"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("autoconf" ,autoconf-wrapper)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue