guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit bb1fef8782d34cfa8f7e3070e0efdedf84989bc1
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Jun 12 17:34:56 2025 +0100

    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
---
 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 5eda8bfbcb..41116744f5 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -3398,7 +3398,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)
@@ -3407,10 +3407,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

Reply via email to