[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/111: gnu: apache-arrow: Update to 7.0.0.
From: |
guix-commits |
Subject: |
02/111: gnu: apache-arrow: Update to 7.0.0. |
Date: |
Mon, 14 Mar 2022 02:25:07 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 15c79a5e0261bf409f2a31e267c1eac2e08028d4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 11 11:08:00 2022 +0100
gnu: apache-arrow: Update to 7.0.0.
* gnu/packages/databases.scm (apache-arrow): Update to 7.0.0.
---
gnu/packages/databases.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8e9431016f..73eb20ff39 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2017, 2018 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2017, 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
-;;; Copyright © 2015, 2017, 2018, 2019, 2021 Ricardo Wurmus
<rekado@elephly.net>
+;;; Copyright © 2015, 2017, 2018, 2019, 2021, 2022 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2017 Kristofer Buffington <kristoferbuffington@gmail.com>
;;; Copyright © 2018 Amirouche Boubekki <amirouche@hypermove.net>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
@@ -4153,7 +4153,7 @@ the SQL language using a syntax that reflects the
resulting query.")
(define-public apache-arrow
(package
(name "apache-arrow")
- (version "6.0.1")
+ (version "7.0.0")
(source
(origin
(method git-fetch)
@@ -4163,7 +4163,7 @@ the SQL language using a syntax that reflects the
resulting query.")
(file-name (git-file-name name version))
(sha256
(base32
- "0mcw361akqw4sxnnpnr9c9v1zk4hphk6gcq763pcb19yzljh88ig"))))
+ "19xx6mlddca79q6d3wga574m4y32ixmxx2rmk6j3f22i5c37mjzw"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f
- branch wip-r created (now 707baea6b9), guix-commits, 2022/03/14
- 02/111: gnu: apache-arrow: Update to 7.0.0.,
guix-commits <=
- 09/111: gnu: r-v8: Update to 4.1.0., guix-commits, 2022/03/14
- 04/111: gnu: python-pytorch-for-r-torch: Reuse python-pytorch., guix-commits, 2022/03/14
- 07/111: gnu: Add r-spatstat-random., guix-commits, 2022/03/14
- 01/111: gnu: r-shinyjqui: Update to 0.4.1., guix-commits, 2022/03/14
- 05/111: gnu: liblantern: Update to 0.7.0., guix-commits, 2022/03/14
- 12/111: gnu: r-jsonlite: Update to 1.8.0., guix-commits, 2022/03/14
- 13/111: gnu: r-colorspace: Update to 2.0-3., guix-commits, 2022/03/14
- 14/111: gnu: r-glue: Update to 1.6.2., guix-commits, 2022/03/14
- 16/111: gnu: r-circlize: Update to 0.4.14., guix-commits, 2022/03/14
- 17/111: gnu: r-cvst: Update to 0.2-3., guix-commits, 2022/03/14