gnu: efl: Update to 1.26.3.

* gnu/packages/enlightenment.scm (efl): Update to 1.26.3.
This commit is contained in:
Efraim Flashner 2022-09-19 11:12:41 +03:00
parent c46a96fe33
commit 7416ad2cda
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -71,7 +71,7 @@
(define-public efl (define-public efl
(package (package
(name "efl") (name "efl")
(version "1.26.2") (version "1.26.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -79,7 +79,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"071h0pscbd8g341yy5rz9mk1xn8yhryldhl6mmr1y6lafaycyy99")))) "05bxc58hj0z6pkp6yy5cmy1lc575q0nrbr5lxr6z8d4kznh3my6r"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("check" ,check) `(("check" ,check)