guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/24: gnu: go-github-com-mattn-go-isatty: Update to 0.0.20.


From: guix-commits
Subject: 08/24: gnu: go-github-com-mattn-go-isatty: Update to 0.0.20.
Date: Fri, 16 Feb 2024 09:21:11 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 274b363253f0ace31c33693633b91ad82e481d4d
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 29 01:19:54 2023 +0800

    gnu: go-github-com-mattn-go-isatty: Update to 0.0.20.
    
    * gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.20.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: Ic76d494bde95315315a153211f241d80de17ce92
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7dee2adefc..47c39122bf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4467,7 +4467,7 @@ The yaml package supports most of YAML 1.2, but preserves 
some behavior from
 (define-public go-github-com-mattn-go-isatty
   (package
     (name "go-github-com-mattn-go-isatty")
-    (version "0.0.11")
+    (version "0.0.20")
     (source
      (origin
        (method git-fetch)
@@ -4477,7 +4477,7 @@ The yaml package supports most of YAML 1.2, but preserves 
some behavior from
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0h671sv7hfprja495kavazkalkx7xzaqksjh13brcnwq67ijrali"))))
+         "0g63n9wpb991qnq9mn2kvd8jk1glrp6gnd851kvwz2wmzdkggiga"))))
     (build-system go-build-system)
     (propagated-inputs
      (list go-golang-org-x-sys))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]