me
/
guix
Archived
1
0
Fork 0

gnu: efl: Update to 1.26.3.

* gnu/packages/enlightenment.scm (efl): Update to 1.26.3.
master
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
1 changed files with 2 additions and 2 deletions

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)