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
This commit is contained in:
Sharlatan Hellseher 2025-06-12 19:19:17 +01:00
parent 8f31e51949
commit 82ce78394f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))