gnu: libetpan: Update to 1.9.3.

* gnu/packages/mail.scm (libetpan): Update to 1.9.3.
master
Tobias Geerinckx-Rice 2019-03-18 15:19:12 +01:00
parent ee4ca57809
commit 4bccdb0ff1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1023,7 +1023,7 @@ useful features.")
(define-public libetpan
(package
(name "libetpan")
(version "1.9.2")
(version "1.9.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1031,7 +1031,7 @@ useful features.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "13jiy2ddxbp9f2mk1mip9sk8h97bva5m0pnq2mlvh5xhifs6gza4"))))
(base32 "19g4qskg71jv7sxfxsdkjmrxk9mk5kf9b6fhw06g6wvm3205n95f"))))
(build-system gnu-build-system)
(native-inputs `(("autoconf" ,autoconf-wrapper)
("automake" ,automake)