summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2026-01-01 19:48:05 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 20:19:20 +0000
commitd2badede3902c3d91d0311d4ffdc7cb92622b20f (patch)
treed0c5d895b72847de0e964019c06a4466f3fbf814 /gnu
parent7c367e5fba2e153a8581d09f6e99559102d8e714 (diff)
gnu: go-github-com-anthropics-anthropic-sdk-go: Update to 1.19.0.
* gnu/packages/golang-web.scm (go-github-com-anthropics-anthropic-sdk-go): Update to 1.19.0. Change-Id: I279afa5c413e9e7fd52ba11e8cd650b1a48911e7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 79a994242eb..e025f85f404 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1000,7 +1000,7 @@ trees produced by the html package.")
1000(define-public go-github-com-anthropics-anthropic-sdk-go 1000(define-public go-github-com-anthropics-anthropic-sdk-go
1001 (package 1001 (package
1002 (name "go-github-com-anthropics-anthropic-sdk-go") 1002 (name "go-github-com-anthropics-anthropic-sdk-go")
1003 (version "1.14.0") 1003 (version "1.19.0")
1004 (source 1004 (source
1005 (origin 1005 (origin
1006 (method git-fetch) 1006 (method git-fetch)
@@ -1009,7 +1009,7 @@ trees produced by the html package.")
1009 (commit (string-append "v" version)))) 1009 (commit (string-append "v" version))))
1010 (file-name (git-file-name name version)) 1010 (file-name (git-file-name name version))
1011 (sha256 1011 (sha256
1012 (base32 "12a9f7ddp8nx0x35yvsdjzmv2qjx9p7d7qwkl4qhqnv6l5bsifxb")))) 1012 (base32 "11hy4hdvah2klrs802lfzr7h1f8gy6z9xjqzkqir8xv67fasw9k8"))))
1013 (build-system go-build-system) 1013 (build-system go-build-system)
1014 (arguments 1014 (arguments
1015 (list 1015 (list