mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: efl: Update to 1.22.4.
* gnu/packages/enlightenment.scm (efl): Update to 1.22.4.
This commit is contained in:
parent
a3439b0c70
commit
7d57bc4d0d
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ (define-module (gnu packages enlightenment)
|
||||||
(define-public efl
|
(define-public efl
|
||||||
(package
|
(package
|
||||||
(name "efl")
|
(name "efl")
|
||||||
(version "1.22.3")
|
(version "1.22.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -73,7 +73,7 @@ (define-public efl
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j1i8cwq4ym9z34ikv35mdmv5q7q69hdp494mc6l03g9n6cl2yky"))))
|
"084ihxy6g86yczhln5vn1amxi4qzqhvk4lpz9005kx92i6wh4h25"))))
|
||||||
(outputs '("out" ; 53 MB
|
(outputs '("out" ; 53 MB
|
||||||
"include")) ; 21 MB
|
"include")) ; 21 MB
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue