[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: evisum: Update to 0.5.3.
From: |
guix-commits |
Subject: |
08/12: gnu: evisum: Update to 0.5.3. |
Date: |
Sun, 23 Aug 2020 22:55:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 747873e81ba1d70026f10cb35c336507a2ce1e9b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 24 02:03:17 2020 +0200
gnu: evisum: Update to 0.5.3.
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.3.
---
gnu/packages/enlightenment.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 06b5dd8..60b42f6 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
- branch master updated (29f6150 -> c687299), guix-commits, 2020/08/23
- 03/12: gnu: electrum: Return #t from phases., guix-commits, 2020/08/23
- 05/12: gnu: electron-cash: Fix share/ location., guix-commits, 2020/08/23
- 01/12: gnu: wireguard-tools: Update to 1.0.20200820., guix-commits, 2020/08/23
- 02/12: gnu: wireguard-tools: Cross-compile., guix-commits, 2020/08/23
- 04/12: gnu: electron-cash: Return #t from phases., guix-commits, 2020/08/23
- 12/12: gnu: dovecot: Enable FTS stemming., guix-commits, 2020/08/23
- 06/12: gnu: electrum: Fix share/ location., guix-commits, 2020/08/23
- 07/12: gnu: xapian: Update to 1.4.17., guix-commits, 2020/08/23
- 08/12: gnu: evisum: Update to 0.5.3.,
guix-commits <=
- 10/12: gnu: bind: Note that isc-dhcp bundles a BIND., guix-commits, 2020/08/23
- 09/12: gnu: xterm: Update to 359., guix-commits, 2020/08/23
- 11/12: gnu: python-parted: Update to 3.11.6., guix-commits, 2020/08/23