me
/
guix
Archived
1
0
Fork 0

Revert "gnu: libetpan: Update to 1.9.4."

This version of libetpan does not ship with libetpan-config, which
prefents claws-mail from building.

This reverts commit e2f5de1455.
master
Efraim Flashner 2020-01-03 15:47:23 +02:00
parent b24f561c5e
commit 0aa203717e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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