diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-17 18:58:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-19 13:24:28 +0100 |
commit | 0f7514580b1ec8e42062651be0a2a64aa437b473 (patch) | |
tree | a1a2e1d69fc074d216fded9b8631ca810d8dcf24 /gnu/packages | |
parent | ad1976285960800f76b38a1ece8dbfa2ad2436b6 (diff) | |
download | guix-0f7514580b1ec8e42062651be0a2a64aa437b473.tar guix-0f7514580b1ec8e42062651be0a2a64aa437b473.tar.gz |
gnu: enlightenment: Update to 0.22.2.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/enlightenment.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index a0bf841415..c04493a192 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2015 Daniel Pimentel <d4n1@member.fsf.org> ;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 ng0 <ng0@infotropique.org> +;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -258,7 +259,7 @@ Libraries with some extra bells and whistles.") (define-public enlightenment (package (name "enlightenment") - (version "0.22.1") + (version "0.22.2") (source (origin (method url-fetch) (uri @@ -266,7 +267,7 @@ Libraries with some extra bells and whistles.") name "/" name "-" version ".tar.xz")) (sha256 (base32 - "1q57fz57d0b26z06m1wiq7c1sniwh885b0vs02mk4jgwva46nyr0")))) + "0b33w75s4w7xmz9cv8dyp8vy2gcffnrvjys20fhcpw26abw1wn2d")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--enable-mount-eeze") |