mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-jedib0t-go-pretty-v6: Update to 6.6.7.
* gnu/packages/golang-xyz.scm (go-github-com-jedib0t-go-pretty-v6): Update to 6.6.7. [arguments] <go>: Use go-1.23. Change-Id: I8c48abee80e6fd7b912ee8c21fd0ada73e8b7519
This commit is contained in:
parent
6a02828760
commit
53ec9ae10b
1 changed files with 3 additions and 2 deletions
|
@ -10654,7 +10654,7 @@ Golang.")
|
||||||
(define-public go-github-com-jedib0t-go-pretty-v6
|
(define-public go-github-com-jedib0t-go-pretty-v6
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jedib0t-go-pretty-v6")
|
(name "go-github-com-jedib0t-go-pretty-v6")
|
||||||
(version "6.6.5")
|
(version "6.6.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10663,10 +10663,11 @@ Golang.")
|
||||||
(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 "0sy8fia04lxi07yga7z3h3fp19y4bla5p16v1n7ldip0ymdmvjnx"))))
|
(base32 "122zmbcrxvl0yvpcq56p4hhcasf7lmprmka4fa00hkpr0m0rrbxq"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:skip-build? #t
|
#:skip-build? #t
|
||||||
#:import-path "github.com/jedib0t/go-pretty/v6"))
|
#:import-path "github.com/jedib0t/go-pretty/v6"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue