diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-09-29 21:17:25 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-10-01 19:39:33 +0300 |
commit | b0b3ebf09fe3e85f4c39cb23466f347e506d4087 (patch) | |
tree | 0fe238efcfb06521247b69b635513b1b93b7b744 /gnu/packages/enlightenment.scm | |
parent | d032d9652fe3e7ab62e6ac5ce4230d99822a3902 (diff) | |
download | patches-b0b3ebf09fe3e85f4c39cb23466f347e506d4087.tar patches-b0b3ebf09fe3e85f4c39cb23466f347e506d4087.tar.gz |
gnu: enlightenment: Update to 0.19.11.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.11.
Diffstat (limited to 'gnu/packages/enlightenment.scm')
-rw-r--r-- | gnu/packages/enlightenment.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 0a7eaf1fc4..96ad676ade 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -270,14 +270,14 @@ Libraries with some extra bells and whistles.") (define-public enlightenment (package (name "enlightenment") - (version "0.19.9") + (version "0.19.11") (source (origin (method url-fetch) (uri (string-append "https://download.enlightenment.org/rel/apps/" name "/" name "-" version ".tar.xz")) (sha256 - (base32 "1ajpyw1bfbmxpniw041vbvrs9wqgzyw9kccx72nnfiy2wxspjcr5")))) + (base32 "0b8m6062i62q31gp9nd4hd7sckwxfvc6dgyck3f9gjdhrwvcn764")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |