me
/
guix
Archived
1
0
Fork 0

gnu: apache-arrow: Update to 12.0.0.

* gnu/packages/databases.scm (apache-arrow): Update to 12.0.0.
master
Ricardo Wurmus 2023-05-09 13:20:51 +02:00
parent 7a4456b047
commit 1dac05b225
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4276,7 +4276,7 @@ the SQL language using a syntax that reflects the resulting query.")
(define-public apache-arrow
(package
(name "apache-arrow")
(version "11.0.0")
(version "12.0.0")
(source
(origin
(method git-fetch)
@ -4286,7 +4286,7 @@ the SQL language using a syntax that reflects the resulting query.")
(file-name (git-file-name name version))
(sha256
(base32
"06d3jjxagj5f14j9c48rh63x7pr9f96v69anjnpc6lakr0gkpi1d"))))
"057n3l9bpnfn8fqlqblkdz4w4rkmkr7zrh3adlgfw4nipwmm38zj"))))
(build-system cmake-build-system)
(arguments
(list