guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit e86c0544fefa86b87b6594e717d1f04a26756d18
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 15:39:55 2026 +0100
gnu: go-github-com-danielgtaylor-huma-v2: Update to 2.37.3.
* gnu/packages/golang-web.scm (go-github-com-danielgtaylor-huma-v2): Update
to 2.37.3.
[propagated-inputs]: Remove go-github-com-spf13-cobra and
go-github-com-spf13-pflag.
[native-inputs]: Add go-github-com-spf13-cobra and
go-github-com-spf13-pflag.
Change-Id: Ifc9da78811b3abdc0e225c0d7e1ba48dbc7755eb
---
gnu/packages/golang-web.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c281324f60..b8c1c9ea86 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -5544,7 +5544,7 @@ Features:
(define-public go-github-com-danielgtaylor-huma-v2
(package
(name "go-github-com-danielgtaylor-huma-v2")
- (version "2.34.1")
+ (version "2.37.3")
(source
(origin
(method git-fetch)
@@ -5553,7 +5553,7 @@ Features:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rwmyxihrdznfn6iqxrb4lmlfijblapnpxavmcgavylixwigyrdk"))))
+ (base32 "0xgsb6ihwgv1x35bmrwbknwzl4yzcws6s1p1yfr1ppk09ghwgiss"))))
(build-system go-build-system)
(arguments
(list
@@ -5568,7 +5568,9 @@ Features:
(with-directory-excursion (string-append "src/" import-path)
(delete-file-recursively "examples")))))))
(native-inputs
- (list go-github-com-stretchr-testify))
+ (list go-github-com-stretchr-testify
+ go-github-com-spf13-cobra
+ go-github-com-spf13-pflag))
(propagated-inputs
(list go-github-com-danielgtaylor-shorthand-v2
go-github-com-evanphx-json-patch-v5
@@ -5580,8 +5582,6 @@ Features:
go-github-com-gorilla-mux
go-github-com-julienschmidt-httprouter
go-github-com-labstack-echo-v4
- go-github-com-spf13-cobra
- go-github-com-spf13-pflag
go-github-com-uptrace-bunrouter))
(home-page "https://github.com/danielgtaylor/huma")
(synopsis "REST/HTTP API Framework for Golang")