mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-go-openapi-runtime: Update to 0.26.2.
* gnu/packages/golang-web.scm (go-github-com-go-openapi-runtime): Update to 0.26.2. Change-Id: I5abe5d245bfb39f9a53f30f0641322646de7ea84
This commit is contained in:
parent
38e1c9aae9
commit
29daa8c6f3
1 changed files with 3 additions and 2 deletions
|
@ -3608,7 +3608,7 @@ Supports JSON and YAML documents.")
|
|||
(define-public go-github-com-go-openapi-runtime
|
||||
(package
|
||||
(name "go-github-com-go-openapi-runtime")
|
||||
(version "0.28.0")
|
||||
(version "0.26.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3617,10 +3617,11 @@ Supports JSON and YAML documents.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0h8yqc6bb8mzb8jvr3m08fyws1gbrhbry6k5vj2cx2xdi50kqiy5"))))
|
||||
(base32 "1vi0pdip4zdw8yn8qd7wn8i1di4f05qfy9cyjfskgqpqw38v4jkz"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:embed-files #~(list "jsonschema-draft-04\\.json" "schema\\.json")
|
||||
#:import-path "github.com/go-openapi/runtime"))
|
||||
(native-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue