gnu: enlightenment: Update to 0.20.1.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.1.
This commit is contained in:
Efraim Flashner 2015-12-15 11:45:44 +02:00
parent a036e59da7
commit 75f52fca95
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.0")
(version "0.20.1")
(source (origin
(method url-fetch)
(uri
@ -279,7 +279,7 @@ Libraries with some extra bells and whistles.")
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"0mwiim0nv640v3af7qxc5ajfk702qkl5c1cnqlhz6rqzr5yjapxv"))))
"1vplq5i34shn4q3jzmxr0gw916k7q3prfgcp26h8bmgc7nmi82w2"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-mount-eeze")))