3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: efl: Update to 1.17.1.

* gnu/packages/enlightenment.scm (efl): Update to 1.17.1.
This commit is contained in:
Efraim Flashner 2016-05-25 18:17:34 +03:00
parent 10240c7cbe
commit cda20b86cf
Signed by untrusted user: efraim
GPG key ID: F4C1D3917EACEE93

View file

@ -54,7 +54,7 @@
(define-public efl
(package
(name "efl")
(version "1.17.0")
(version "1.17.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -62,7 +62,7 @@
version ".tar.xz"))
(sha256
(base32
"1zisnz4x54mn9sm46kcr571faqnazkcglyf0lbz19l34syx40df1"))))
"0d58bhvwg7c5hp07wywlwnqi01k4jhmpgac7gkx9lil1x6kmahqs"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))