summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-10 11:53:05 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-30 15:06:11 +0000
commitddbdb5419354c7563726c72f847e9e93869d35b8 (patch)
tree153fa65a6686fdcaf087e344ed1a0970f5933aac
parent654e867badd63532f9d4f92216ab9687039b357e (diff)
gnu: julia-dataapi: Update to 1.16.0.
* gnu/packages/julia-xyz.scm (julia-dataapi): Update to 1.16.0. Change-Id: I96f00b74ef954d3ee7f41e571ceb5adc50e0acbf
-rw-r--r--gnu/packages/julia-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 124822d383..3a55d626ef 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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")