[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: libxls: Update to 1.6.2.
From: |
guix-commits |
Subject: |
05/09: gnu: libxls: Update to 1.6.2. |
Date: |
Wed, 20 Jan 2021 04:20:39 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 62f5640b1c21e7cc8981a26dd90a32093cf520f0
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Jan 18 21:47:49 2021 +0100
gnu: libxls: Update to 1.6.2.
* gnu/packages/statistics.scm (libxls): Update to 1.6.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c45544f..e3db090 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -160,14 +160,14 @@ simulation not wholly unlike BUGS. JAGS was written with
three aims in mind:
(define-public libxls
(package
(name "libxls")
- (version "1.5.3")
+ (version "1.6.2")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/libxls/libxls/releases/download/"
"v" version "/libxls-" version ".tar.gz"))
(sha256
- (base32 "0rl513wpq5qh7wkmdk4g9c68rzffv3mcbz48p4xyg4969zrx8lnm"))))
+ (base32 "0wg3ymr43aa1j3scyl9x83b2xgg7wilzpil0dj91a8dzji6w7b2x"))))
(build-system gnu-build-system)
(home-page "https://github.com/libxls/libxls")
(synopsis "Read binary (.xls) Excel spreadsheet files")
- branch master updated (944aebb -> f93d3d4), guix-commits, 2021/01/20
- 04/09: gnu: libunwind: Update to 1.5.0., guix-commits, 2021/01/20
- 06/09: gnu: lzlib: Update to 1.12., guix-commits, 2021/01/20
- 07/09: gnu: synapse: Update to 1.25.0., guix-commits, 2021/01/20
- 02/09: gnu: cutter: Update to 1.12.0., guix-commits, 2021/01/20
- 01/09: gnu: radare2: Update to 5.0.0., guix-commits, 2021/01/20
- 03/09: gnu: libusb: Update to 1.0.24., guix-commits, 2021/01/20
- 05/09: gnu: libxls: Update to 1.6.2.,
guix-commits <=
- 08/09: gnu: quaternion: Update to 0.0.9.4f., guix-commits, 2021/01/20
- 09/09: gnu: xfce4-stopwatch-plugin: Update to 0.5.0., guix-commits, 2021/01/20