diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-02 01:11:47 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:41:47 +0000 |
| commit | eee41a42a435ed42a8ca95ff17e1e0c1d225636d (patch) | |
| tree | 4edf3f1a9ffe44a76df4539df8608139399d78bb | |
| parent | 1eb64a19e528f402219fd1668adb6cc1c308d402 (diff) | |
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
| -rw-r--r-- | gnu/packages/education.scm | 3 | ||||
| -rw-r--r-- | 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 44c9c17eb83..f0ff95b2871 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 e075c4a1c7a..34e31642629 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 |
