Archived
1
0
Fork 0

gnu: efl: Update to 1.24.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.24.2.
This commit is contained in:
Efraim Flashner 2020-05-25 14:16:38 +03:00
parent 868a186423
commit 607bfab5ec
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -69,7 +69,7 @@
(define-public efl (define-public efl
(package (package
(name "efl") (name "efl")
(version "1.24.1") (version "1.24.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -77,7 +77,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1xsbz5kl74cgzyzwmjy3p50m0iigvi53lklkp92v49k4j99zpak7")))) "0w3srvigg4kfi7xq76c7y4hnq5yr2gxrrsvlyj1g2wc1igz1vyg1"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("check" ,check) `(("check" ,check)