gnu: efl: Update to 1.21.0.
* gnu/packages/enlightenment.scm (efl): Update to 1.21.0.
This commit is contained in:
parent
02ddafef55
commit
290bef39f6
|
@ -62,7 +62,7 @@
|
||||||
(define-public efl
|
(define-public efl
|
||||||
(package
|
(package
|
||||||
(name "efl")
|
(name "efl")
|
||||||
(version "1.20.7")
|
(version "1.21.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zkn5ix81xck3n84dxvkjh4alwc6zj8x989d0zqi5c6ppijvgadh"))))
|
"0jxfrcz2aq1synxzd6sh9nhxz7fg9qgz0idr8zj6gaiplmwbwrby"))))
|
||||||
(outputs '("out" ; 49 MB
|
(outputs '("out" ; 49 MB
|
||||||
"include")) ; 17 MB
|
"include")) ; 17 MB
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue