gnu: efl: Update to 1.20.1.

* gnu/packages/enlightenment.scm (efl): Update to 1.20.1.
This commit is contained in:
Efraim Flashner 2017-08-06 14:35:48 +03:00
parent 3bfee8ff02
commit 87cd1f5c2a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -59,7 +59,7 @@ (define-module (gnu packages enlightenment)
(define-public efl
(package
(name "efl")
(version "1.19.1")
(version "1.20.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -67,7 +67,7 @@ (define-public efl
version ".tar.xz"))
(sha256
(base32
"0fndwraca9rg0bz3al4isdprvyw56szr88qiyvglb4j8ygsylscc"))))
"1d1wmmwgc8pf6lk9g6lflpdxvg85wxxq650d6m30zgr85cb6d27q"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))