gnu: enlightenment: Update to 0.20.2.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.2.
master
Efraim Flashner 2015-12-29 22:48:49 +02:00
parent 6959a13271
commit 11afbbc651
1 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ Libraries with some extra bells and whistles.")
(define-public enlightenment
(package
(name "enlightenment")
(version "0.20.1")
(version "0.20.2")
(source (origin
(method url-fetch)
(uri
@ -279,7 +279,7 @@ Libraries with some extra bells and whistles.")
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"1vplq5i34shn4q3jzmxr0gw916k7q3prfgcp26h8bmgc7nmi82w2"))))
"0faxky7lqd133jjjkr4c40kwwjhqc51ww10l3yy63671rfjhj424"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-mount-eeze")))