me
/
guix
Archived
1
0
Fork 0

gnu: efl: Update to 1.26.1.

* gnu/packages/enlightenment.scm (efl): Update to 1.26.1.
master
Efraim Flashner 2022-01-06 21:07:38 +02:00
parent b4263f12ed
commit 0997d1fddd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
(define-public efl
(package
(name "efl")
(version "1.26.0")
(version "1.26.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -78,7 +78,7 @@
version ".tar.xz"))
(sha256
(base32
"0k10mwpdjn57r2kflbzpybhvwl25yqqa2i2fhx0qazyjbzjbrad4"))))
"0hm6i1f2g4mwj726rc6na38xhys1plbv9swrlc9hrpa87mz6gac6"))))
(build-system meson-build-system)
(native-inputs
`(("check" ,check)