mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: julia-dataapi: Update to 1.16.0.
* gnu/packages/julia-xyz.scm (julia-dataapi): Update to 1.16.0. Change-Id: I96f00b74ef954d3ee7f41e571ceb5adc50e0acbf
This commit is contained in:
parent
654e867bad
commit
ddbdb54193
1 changed files with 2 additions and 2 deletions
|
@ -1545,7 +1545,7 @@ as comma-delimited (csv), tab-delimited (tsv), or otherwise.")
|
|||
(define-public julia-dataapi
|
||||
(package
|
||||
(name "julia-dataapi")
|
||||
(version "1.13.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1554,7 +1554,7 @@ as comma-delimited (csv), tab-delimited (tsv), or otherwise.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1x5pdpjlbk29766ark7rmzjbl0rhxmsb1cp04lc891aknh30rn3i"))))
|
||||
(base32 "1n3i5ajm7a955nggba8k15m9i0ybiq42v6drn5dqb57lj6sylbbz"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/JuliaData/DataAPI.jl")
|
||||
(synopsis "Data-focused namespace for packages to share functions")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue