mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8f31e51949
commit
82ce78394f
1 changed files with 3 additions and 2 deletions
|
@ -639,7 +639,7 @@ Go library.")
|
||||||
(define-public go-git-sr-ht-rockorager-vaxis
|
(define-public go-git-sr-ht-rockorager-vaxis
|
||||||
(package
|
(package
|
||||||
(name "go-git-sr-ht-rockorager-vaxis")
|
(name "go-git-sr-ht-rockorager-vaxis")
|
||||||
(version "0.13.0")
|
(version "0.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -648,10 +648,11 @@ Go library.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lv2ry55a19vym5km6d1rpyhafx2kh0ikcnishkjhyg93i884k52"))))
|
(base32 "09n2vafkb4mfxq4fiwf7ir3557q0h91n0s7imhh0789fj19g9j30"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:import-path "git.sr.ht/~rockorager/vaxis"))
|
#:import-path "git.sr.ht/~rockorager/vaxis"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue