gnu: enlightenment: Update to 0.20.9.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.9. [home-page]: Use https.
This commit is contained in:
parent
feabb770e1
commit
668d2352e0
|
@ -273,7 +273,7 @@ Libraries with some extra bells and whistles.")
|
|||
(define-public enlightenment
|
||||
(package
|
||||
(name "enlightenment")
|
||||
(version "0.20.8")
|
||||
(version "0.20.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -281,7 +281,7 @@ Libraries with some extra bells and whistles.")
|
|||
name "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17fi3frq4a73i0x7v7244g9m0fbjfamw0cfb4zhqs2rp1z8nq1iy"))))
|
||||
"1gniy7i3mg3q9cgqf004lvnv397yncdr2b7w1gzj69bvv7a2lyfv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-mount-eeze")))
|
||||
|
@ -300,7 +300,7 @@ Libraries with some extra bells and whistles.")
|
|||
;; both these inputs are present in pkgconfig file in Require section
|
||||
`(("efl" ,efl) ; enlightenment.pc
|
||||
("elementary" ,elementary))) ; enlightenment.pc
|
||||
(home-page "http://www.enlightenment.org")
|
||||
(home-page "https://www.enlightenment.org")
|
||||
(synopsis "Lightweight desktop environment")
|
||||
(description
|
||||
"Enlightenment is resource friendly desktop environment with integrated
|
||||
|
|
Loading…
Reference in New Issue