GNU bug report logs - #64916
[PATCH 00/18] gnu: Add yq.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Fri, 28 Jul 2023 09:07:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #92 received at 64916 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 64916 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH v2 10/23] gnu: go-github-com-fatih-color: Update to 1.15.0.
Date: Sat, 29 Jul 2023 01:19:56 +0800
* gnu/packages/golang.scm (go-github-com-fatih-color): Update to 1.15.0.
---
 gnu/packages/golang.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 18599f7cfa..c7be0407a2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8156,7 +8156,7 @@ (define-public go-github-com-emersion-go-mbox
 (define-public go-github-com-fatih-color
   (package
     (name "go-github-com-fatih-color")
-    (version "1.8.0")
+    (version "1.15.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8165,11 +8165,7 @@ (define-public go-github-com-fatih-color
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zc0zlilf03h121f9jqq3ar0hfm7706547zysxp2qxbm920pz7h0"))
-              (modules '((guix build utils)))
-              (snippet
-               '(begin
-                  (delete-file-recursively "vendor")))))
+                "16vbm6y7sc5gikqy20qnr8cbq16s2zghv0ppbll4ay2hamqargzd"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/fatih/color"))
-- 
2.41.0





This bug report was last modified 1 year and 188 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.