gnu: elementary: Update to 1.15.2.
* gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
This commit is contained in:
parent
6b3c9db11e
commit
04d1ab3bf5
|
@ -134,7 +134,7 @@ removable devices or support for multimedia.")
|
||||||
(define-public elementary
|
(define-public elementary
|
||||||
(package
|
(package
|
||||||
(name "elementary")
|
(name "elementary")
|
||||||
(version "1.15.1")
|
(version "1.15.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -142,7 +142,7 @@ removable devices or support for multimedia.")
|
||||||
"elementary/elementary-" version ".tar.xz"))
|
"elementary/elementary-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"015b277bvgb4q8cqjl58ir9nqb1d40fpj2jblf4gkxq8a45a88mb"))))
|
"0gqg98bglnl2jggdzxzrh9r7bv32i4sahspms0bihq8b45rk0g2j"))))
|
||||||
(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 New Issue