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
This commit is contained in:
Sharlatan Hellseher 2025-06-11 19:23:59 +01:00
parent 873dea3471
commit 09c2ac5e96
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3479,7 +3479,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)
@ -3488,10 +3488,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))