From eee41a42a435ed42a8ca95ff17e1e0c1d225636d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 2 Dec 2024 01:11:47 +0000 Subject: 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 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 -- cgit v1.3