guix_mirror_bot pushed a commit to branch go-team in repository guix. commit feea7f04c18a6b8e995ade907ba4f9119af4ab55 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed Jun 11 19:23:59 2025 +0100
gnu: go-github-com-go-openapi-errors: Update to 0.22.1. * gnu/packages/golang-web.scm (go-github-com-go-openapi-errors): Update to 0.22.1. [argumets] <go>: Use go-1.23. Change-Id: I2f2341a9ba910d1e790ebd7373fd9c9bbcb1ca14 --- gnu/packages/golang-web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 93cc23c8fe..cd386e5580 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -3269,7 +3269,7 @@ about the content.") (define-public go-github-com-go-openapi-errors (package (name "go-github-com-go-openapi-errors") - (version "0.22.0") + (version "0.22.1") (source (origin (method git-fetch) @@ -3278,10 +3278,11 @@ about the content.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0nikzvknkv0nqdy44dfi096lcvkjnpjfrpg1gqlkg5ffccvdnd9s")))) + (base32 "0ll8hys25q536q73d5qhgf7ch9cl5183g6bqgdq61zdgcvvz0krf")))) (build-system go-build-system) (arguments (list + #:go go-1.23 #:import-path "github.com/go-openapi/errors")) (native-inputs (list go-github-com-stretchr-testify))