diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-24 02:03:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-24 04:36:51 +0200 |
commit | 747873e81ba1d70026f10cb35c336507a2ce1e9b (patch) | |
tree | fdb1eda2f35c5dd7d3bcae75ac85c57f5786f3f3 | |
parent | 5e9e232c847468f228389f07344eac317af4650c (diff) | |
download | guix-747873e81ba1d70026f10cb35c336507a2ce1e9b.tar.gz guix-747873e81ba1d70026f10cb35c336507a2ce1e9b.zip |
gnu: evisum: Update to 0.5.3.
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.3.
-rw-r--r-- | gnu/packages/enlightenment.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 06b5dd8719..60b42f69dc 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2015 Daniel Pimentel <d4n1@member.fsf.org> ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Nikita <nikita@n0.is> -;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Timo Eisenmann <eisenmann@fn.de> ;;; ;;; This file is part of GNU Guix. @@ -572,18 +572,17 @@ directories. (define-public evisum (package (name "evisum") - (version "0.5.2") + (version "0.5.3") (source (origin (method url-fetch) (uri (string-append "https://download.enlightenment.org/rel/apps/" "evisum/evisum-" version ".tar.xz")) (sha256 - (base32 - "1s2d61hjlyh212d9d7rpdlcv90lxsb8br89806wakgnadqygh9gc")))) + (base32 "06ws75qfid0xizasw2aqpdhvxl4c31bn66fqa8aq4w0rykzs2r46")))) (build-system meson-build-system) (arguments - '(#:tests? #f)) ; no tests + '(#:tests? #f)) ; no tests (native-inputs `(("pkg-config" ,pkg-config))) (inputs |