gnu: efl: Update to 1.14.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.14.2.
master
Efraim Flashner 2015-07-04 16:47:42 +02:00 committed by Ludovic Courtès
parent 022170dca1
commit 7e22d6fee9
1 changed files with 3 additions and 3 deletions

View File

@ -50,14 +50,14 @@
(define-public efl
(package
(name "efl")
(version "1.13.0")
(version "1.14.2")
(source (origin
(method url-fetch)
(uri (string-append
"http://download.enlightenment.org/rel/libs/efl/efl-"
version ".tar.gz"))
version ".tar.xz"))
(sha256
(base32 "0mwkxsfi5masiy6qfmdqy1j15cfz7nz8g8jq2bf3w501rpa9gxvz"))))
(base32 "0kg51v63ljq1z4dj65aiyxaqhq54gkl4hx53ifwbci6ihammandr"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))