guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 53133eae02fddff98858fb0564d8c398f537b866
Author: Sharlatan Hellseher <[email protected]>
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 b25aada4d4..71f622cff1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -639,7 +639,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)
@@ -648,10 +648,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))