mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
873dea3471
commit
09c2ac5e96
1 changed files with 3 additions and 2 deletions
|
@ -3479,7 +3479,7 @@ about the content.")
|
||||||
(define-public go-github-com-go-openapi-errors
|
(define-public go-github-com-go-openapi-errors
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-go-openapi-errors")
|
(name "go-github-com-go-openapi-errors")
|
||||||
(version "0.22.0")
|
(version "0.22.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3488,10 +3488,11 @@ about the content.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nikzvknkv0nqdy44dfi096lcvkjnpjfrpg1gqlkg5ffccvdnd9s"))))
|
(base32 "0ll8hys25q536q73d5qhgf7ch9cl5183g6bqgdq61zdgcvvz0krf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:import-path "github.com/go-openapi/errors"))
|
#:import-path "github.com/go-openapi/errors"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue