me
/
guix
Archived
1
0
Fork 0

gnu: efl: Update to 1.17.1.

* gnu/packages/enlightenment.scm (efl): Update to 1.17.1.
master
Efraim Flashner 2016-05-25 18:17:34 +03:00
parent 10240c7cbe
commit cda20b86cf
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

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)))