sharlatan pushed a commit to branch go-team
in repository guix.
commit 0e8cbd186842025e72d77d1ec4b7f30910679f93
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 2 01:11:47 2024 +0000
gnu: Rename go-github-com-gizak-termui.
* gnu/packages/golang.scm (go-github-com-gizak-termui): Rename
go-github-com-gizak-termui to go-github-com-gizak-termui-v3 to reflect
golang module path.
* gnu/packages/education.scm (gotypist): Remove
go-github-com-gizak-termui, add go-github-com-gizak-termui-v3.
Change-Id: Iadd289822dd50ee79624ba847ad2b4ba45eef9b2
---
gnu/packages/education.scm | 3 ++-
gnu/packages/golang.scm | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 44c9c17eb8..f0ff95b287 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -320,7 +320,8 @@ Currently available boards include:
(with-directory-excursion bin
(rename-file "v1" "gotypist"))))))))
(native-inputs
- (list go-github-com-gizak-termui go-github-com-stretchr-testify))
+ (list go-github-com-gizak-termui-v3
+ go-github-com-stretchr-testify))
(home-page "https://github.com/KappaDistributive/gotypist")
(synopsis "Simple typing trainer for text terminals")
(description
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index fd5f42f5c0..ad50c5e602 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2413,9 +2413,9 @@ for speed on short messages.")
your Go binary to be later served from an http.FileSystem.")
(license license:asl2.0)))
-(define-public go-github-com-gizak-termui
+(define-public go-github-com-gizak-termui-v3
(package
- (name "go-github-com-gizak-termui")
+ (name "go-github-com-gizak-termui-v3")
(version "3.1.0")
(source
(origin