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

commit e44966443ef31aeea424aef434299a5f24a25296
Author: Sharlatan Hellseher <[email protected]>
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 01ec3df5ca..2bc7a381fe 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -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))

Reply via email to