1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

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