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

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

    gnu: go-git-sr-ht-rockorager-vaxis: Update to 0.14.0.
    
    * gnu/packages/golang-xyz.scm (go-git-sr-ht-rockorager-vaxis): Update to 
0.14.0.
    [arguments] <go>: Use go-1.23.
    
    Change-Id: Ia542cce6e61d9a7e8ab241e459fd5a21a70e3727
---
 gnu/packages/golang-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4ef2b692e0..bf6ab6a7e3 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -637,7 +637,7 @@ Go library.")
 (define-public go-git-sr-ht-rockorager-vaxis
   (package
     (name "go-git-sr-ht-rockorager-vaxis")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -646,10 +646,11 @@ Go library.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0lv2ry55a19vym5km6d1rpyhafx2kh0ikcnishkjhyg93i884k52"))))
+        (base32 "09n2vafkb4mfxq4fiwf7ir3557q0h91n0s7imhh0789fj19g9j30"))))
     (build-system go-build-system)
     (arguments
      (list
+      #:go go-1.23
       #:import-path "git.sr.ht/~rockorager/vaxis"))
     (native-inputs
      (list go-github-com-stretchr-testify))

Reply via email to