[PATCH] gnu: libxls: Update to 1.6.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210118204749.19577-1-vincent.legoll@gmail.com
* gnu/packages/statistics.scm (libxls): Update to 1.6.2.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c45544f52e..e3db09088d 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")
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45970-done@debbugs.gnu.org)
YAf18RxK8/vzaK6J@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAH9fEACgkQQarn3Mo9
g1GEig//df6fs20Gml3siz2/X2oAtj7B0nODP6FimOIRUfFREXh1ml1TRDY68Dol
+M063i9FLvFxWP7eJRCzEFwcqBOmTP9q8aYchxMjUJs7mDEyXKnb4m+Q4G0CuBvC
dScQNYSpLejIEJR88UfCo28i7cvE4mJgbAIm7fqUH4Z3hdGeNOlzMr5llCLCXdi6
dQ+OLxY662ZhlVEVKTnwG1FADtZi2YnQbI+7SwLZZ5ZFbYhG/gcQRk33LeNxsPrH
mPqsBNMexOqnItFQ7nd8qqI1scSm74qgt2Eh5rL8zu1d6YM3V0bOG22UWl3CIHPv
DknZ594JM3oltNAUo6YJOqu1zT17DP0EljDWBYJVfuQGtJpdWQMhFo68XE5tTp4l
Cy2tnIwGTzGdTAK3OotWYtuBeDsd9WBMv8CPRqD/0gR8KvN+yl0tM8+aOSE45O5b
m3675vAT+9lXclI2xXRYW0+u7Yc0h5D7WTIXg9LpcNw4T92/Hjdp+Dbt1Wqym2VZ
Hlo22FTiz3taXpVkur3Gm45CeXuURLNgsu4GKwZ/6WWfYNDwwG6hqy/oRMJI4FSx
ps0oH6q3RbHbYbLbSXCGyVR3UiknobpiFCnK0GCFQKVhEmJkmntaDM0nmzYHT/y0
fOhcehY3XOXYg6A9ZdtWUzjZD3ucHAeuuCsjRCL0YB2Kmi6fvpw=
=JBDu
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45970@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45970
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help