gnu: efl: Update to 1.15.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
master
Efraim Flashner 2015-10-06 23:13:23 +03:00
parent 2da45ebe56
commit 6b3c9db11e
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
(define-public efl (define-public efl
(package (package
(name "efl") (name "efl")
(version "1.15.1") (version "1.15.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -59,7 +59,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1n2l2n09lys5dph9lrnsv5z3qbgzp7bi0vidal2fvy18hflbbvsn")))) "1962wqx7gdnpzvnkbighyn4hj5vw8l4c1d7xl5zilqjlyhcqywyx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))