gnu: efl: Update to 1.16.1.

* gnu/packages/enlightenment.scm (efl): Update to 1.16.1.
master
Efraim Flashner 2015-12-27 14:44:29 +02:00
parent e21338bec5
commit c1a064c96e
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
(define-public efl
(package
(name "efl")
(version "1.16.0")
(version "1.16.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -60,7 +60,7 @@
version ".tar.xz"))
(sha256
(base32
"08w3hrjyz1yjqjq77px86fljxxi5xz5yfy79qwssypafjvcvpzky"))))
"116s4lcfj5lrfhyvvka3np9glqyrh21cyl9rhw7al0wgb60vw0gg"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))