gnu: elementary: Update to 1.15.1.
* gnu/packages/enlightenment.scm (elementary): Update to 1.15.1. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
This commit is contained in:
parent
f4db48580e
commit
3c07ae5d6e
1 changed files with 5 additions and 5 deletions
|
@ -134,15 +134,15 @@ (define-public efl
|
||||||
(define-public elementary
|
(define-public elementary
|
||||||
(package
|
(package
|
||||||
(name "elementary")
|
(name "elementary")
|
||||||
(version "1.14.2")
|
(version "1.15.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append
|
(string-append "https://download.enlightenment.org/rel/libs/"
|
||||||
"https://download.enlightenment.org/rel/libs/elementary/elementary-"
|
"elementary/elementary-" version ".tar.xz"))
|
||||||
version ".tar.xz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ck1jm9dfx2l72nklndqjfsxjqb0024b88naskld1dk9b8drs76b"))))
|
(base32
|
||||||
|
"015b277bvgb4q8cqjl58ir9nqb1d40fpj2jblf4gkxq8a45a88mb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue