Skip to content
Snippets Groups Projects
Unverified Commit 9be481f8 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: efl: Update to 1.20.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.20.2.
parent f8143794
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ (define-module (gnu packages enlightenment) ...@@ -59,7 +59,7 @@ (define-module (gnu packages enlightenment)
(define-public efl (define-public efl
(package (package
(name "efl") (name "efl")
(version "1.20.1") (version "1.20.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -67,7 +67,7 @@ (define-public efl ...@@ -67,7 +67,7 @@ (define-public efl
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1d1wmmwgc8pf6lk9g6lflpdxvg85wxxq650d6m30zgr85cb6d27q")))) "0zll6k4xbbdsxqg53g8jddgv889g5m1xh20i03iz5a52y2bcnh55"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment