summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-10 14:48:55 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 21:42:47 +0100
commit53ec9ae10b6f98f7ebce04cd3fef2542df3620fa (patch)
tree87bd6a07257bcb94ba17cd32d12f4c01314d8840 /gnu
parent6a0282876064e54a0f63bb40985722807ec0e29b (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b2f96d49d04..a263892e63f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10654,7 +10654,7 @@ Golang.")
(define-public go-github-com-jedib0t-go-pretty-v6
(package
(name "go-github-com-jedib0t-go-pretty-v6")
- (version "6.6.5")
+ (version "6.6.7")
(source
(origin
(method git-fetch)
@@ -10663,10 +10663,11 @@ Golang.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0sy8fia04lxi07yga7z3h3fp19y4bla5p16v1n7ldip0ymdmvjnx"))))
+ (base32 "122zmbcrxvl0yvpcq56p4hhcasf7lmprmka4fa00hkpr0m0rrbxq"))))
(build-system go-build-system)
(arguments
(list
+ #:go go-1.23
#:skip-build? #t
#:import-path "github.com/jedib0t/go-pretty/v6"))
(native-inputs