diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-12 19:19:17 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:47 +0200 |
commit | 452e983e0311d2d4d834354791f1be13353c0657 (patch) | |
tree | 76b1ce9eef72f9db93646abed8bf535fe838ece5 | |
parent | 5aa9c69ca6b8bd0d72d6ba72e8fcf4993e3d87e9 (diff) |
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
-rw-r--r-- | gnu/packages/golang-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 41f6d4baa0..dc1ba4816a 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)) |