mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: apache-arrow: Update to 15.0.1.
* gnu/packages/databases.scm (apache-arrow): Update to 15.0.1. Change-Id: I68b1eca089e7bb2a6d6a034264b99dc6fb2a8851
This commit is contained in:
parent
5bef5f4c7c
commit
9ffed4af70
1 changed files with 2 additions and 2 deletions
|
@ -4514,7 +4514,7 @@ (define-public python-pypika
|
|||
(define-public apache-arrow
|
||||
(package
|
||||
(name "apache-arrow")
|
||||
(version "14.0.2")
|
||||
(version "15.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4524,7 +4524,7 @@ (define-public apache-arrow
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1idw58vs8r6g6xy2qkhccgc79hwx4r5rr4bhd6ilxx56fwq9hkn2"))))
|
||||
"0zrcwsq9c976xncc1kg6lw24s5r3ag8vfzhmcnkvi5z2c9x4lvvc"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue