me
/
guix
Archived
1
0
Fork 0

gnu: efl: Update to 1.20.5.

* gnu/packages/enlightenment.scm (efl): Update to 1.20.5.
master
Efraim Flashner 2017-11-02 22:25:59 +02:00
parent bc183968f5
commit 41b5408235
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
(define-public efl (define-public efl
(package (package
(name "efl") (name "efl")
(version "1.20.4") (version "1.20.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -67,7 +67,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1jxha61gsil6hs9zb72zsyh3gmdipvfnlc9v3palb2bm0b23aq9i")))) "07624c71l9d1jx1zvdhwkr1bgb1n7i0i5hyg6579zdwl3jw6jpns"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))