diff options
| -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 |
