mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: enlightenment: Update to 0.20.2.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.2.
This commit is contained in:
parent
6959a13271
commit
11afbbc651
1 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ (define-public rage
|
|||
(define-public enlightenment
|
||||
(package
|
||||
(name "enlightenment")
|
||||
(version "0.20.1")
|
||||
(version "0.20.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -279,7 +279,7 @@ (define-public enlightenment
|
|||
name "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vplq5i34shn4q3jzmxr0gw916k7q3prfgcp26h8bmgc7nmi82w2"))))
|
||||
"0faxky7lqd133jjjkr4c40kwwjhqc51ww10l3yy63671rfjhj424"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-mount-eeze")))
|
||||
|
|
Loading…
Reference in a new issue