[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/24: gnu: go-github-com-fatih-color: Update to 1.16.0.
From: |
guix-commits |
Subject: |
10/24: gnu: go-github-com-fatih-color: Update to 1.16.0. |
Date: |
Fri, 16 Feb 2024 09:21:12 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 4a8db1ec82591730da578b72f09d19ee2ed18a7c
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 29 01:19:56 2023 +0800
gnu: go-github-com-fatih-color: Update to 1.16.0.
Fix lint warning: permanent redirect from
<https://godoc.org/github.com/fatih/color> to
<https://pkg.go.dev/github.com/fatih/color?utm_source=godoc>
* gnu/packages/golang.scm (go-github-com-fatih-color): Update to 1.16.0.
[home-page]: Adjust it to resolve lint warning.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I36921eab9350cb3581b58b5cb79fb0e04929045d
---
gnu/packages/golang.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bb22249ec1..8517432f27 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6596,7 +6596,7 @@ filters for Go.")
(define-public go-github-com-fatih-color
(package
(name "go-github-com-fatih-color")
- (version "1.8.0")
+ (version "1.16.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6605,11 +6605,7 @@ filters for Go.")
(file-name (git-file-name name version))
(sha256
(base32
- "1zc0zlilf03h121f9jqq3ar0hfm7706547zysxp2qxbm920pz7h0"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- (delete-file-recursively "vendor")))))
+ "15689x103gy9q7g7623rlvhwrw27p079ardapmrrag0sdwrx5bq2"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/fatih/color"))
@@ -6619,7 +6615,7 @@ filters for Go.")
(synopsis "Print colored text in Go")
(description "This package provides an ANSI color package to output
colorized or SGR defined output to the standard output.")
- (home-page "https://godoc.org/github.com/fatih/color")
+ (home-page "https://pkg.go.dev/github.com/fatih/color")
(license license:expat)))
(define-public go-github-com-google-go-cmp-cmp
- 17/24: gnu: Add go-github-com-jinzhu-copier., (continued)
- 17/24: gnu: Add go-github-com-jinzhu-copier., guix-commits, 2024/02/16
- 03/24: gnu: go-github-com-alecthomas-repr: Update to 0.3.0., guix-commits, 2024/02/16
- 18/24: gnu: go-github-com-magiconair-properties: Update to 1.8.7., guix-commits, 2024/02/16
- 05/24: gnu: Add go-github-com-alecthomas-participle-v2., guix-commits, 2024/02/16
- 21/24: gnu: go-github-com-op-go-logging: Move to golang-xyz., guix-commits, 2024/02/16
- 19/24: gnu: Add go-github-com-pelletier-go-toml-v2., guix-commits, 2024/02/16
- 23/24: gnu: Add go-github-com-mikefarah-yq-v4., guix-commits, 2024/02/16
- 24/24: gnu: Add yq., guix-commits, 2024/02/16
- 22/24: gnu: Add go-gopkg-in-op-go-logging-v1., guix-commits, 2024/02/16
- 07/24: gnu: Add go-github-com-elliotchance-orderedmap., guix-commits, 2024/02/16
- 10/24: gnu: go-github-com-fatih-color: Update to 1.16.0.,
guix-commits <=
- 12/24: gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1., guix-commits, 2024/02/16
- 01/24: gnu: Add go-github-com-a8m-envsubst., guix-commits, 2024/02/16
- 13/24: gnu: go-github-com-leodido-go-urn: Update to 1.4.0., guix-commits, 2024/02/16
- 06/24: gnu: Add go-github-com-dimchansky-utfbom., guix-commits, 2024/02/16
- 08/24: gnu: go-github-com-mattn-go-isatty: Update to 0.0.20., guix-commits, 2024/02/16
- 15/24: gnu: Add go-github-com-go-playground-validator-v10., guix-commits, 2024/02/16
- 14/24: gnu: Add go-github-com-go-playground-assert-v2., guix-commits, 2024/02/16
- 20/24: gnu: go-github-com-spf13-cobra: Update to 1.8.0., guix-commits, 2024/02/16
- 16/24: gnu: go-github-com-goccy-yaml: Update to 1.11.3., guix-commits, 2024/02/16