summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-08 22:26:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 21:42:44 +0100
commitabb93e3ea428382c5d42773a9beab8f8efbe97d3 (patch)
treee3bc7c04b59e21d2aa0b81994fdbec16c3ff3ef4 /gnu
parent87c3540ad5a76bc2dd5d3e37deef02fe6608937c (diff)
gnu: go-github-com-viant-xunsafe: Update to 0.10.3.
* gnu/packages/golang-xyz.scm (go-github-com-viant-xunsafe): Update to 0.10.3. [arguments] <go>: Use go-1.23. Change-Id: I9e62925ace645c1c572ec21fa7186eae5422e866
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b26245f1970..45e84edf46b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -19227,7 +19227,7 @@ datastore connectivity and testing (viant/dsc, viant/dsunit).")
(define-public go-github-com-viant-xunsafe
(package
(name "go-github-com-viant-xunsafe")
- (version "0.9.4")
+ (version "0.10.3")
(source
(origin
(method git-fetch)
@@ -19236,10 +19236,11 @@ datastore connectivity and testing (viant/dsc, viant/dsunit).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ddf9grf7rczik9rzwmz10xagn65sn1n7mhkp7app0d3nc3xdlgs"))))
+ (base32 "0q9zqz6p8spf7nq9r75yv9zizxf80mg0i6w0y9a0qxcgpnji0a3z"))))
(build-system go-build-system)
(arguments
(list
+ #:go go-1.23
#:import-path "github.com/viant/xunsafe"))
(native-inputs
(list go-github-com-stretchr-testify))