guix-patches
[Top][All Lists]
Advanced

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

[bug#64916] [PATCH 08/18] gnu: go-github-com-mattn-go-isatty: Update to


From: Hilton Chain
Subject: [bug#64916] [PATCH 08/18] gnu: go-github-com-mattn-go-isatty: Update to 0.0.17.
Date: Fri, 28 Jul 2023 17:07:45 +0800

* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.17.
---
 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 ec3bdbffa1..125eeeb14e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5595,7 +5595,7 @@ (define-public go-github-com-matrix-org-gomatrix
 (define-public go-github-com-mattn-go-isatty
   (package
     (name "go-github-com-mattn-go-isatty")
-    (version "0.0.11")
+    (version "0.0.17")
     (source
      (origin
        (method git-fetch)
@@ -5605,7 +5605,7 @@ (define-public go-github-com-mattn-go-isatty
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0h671sv7hfprja495kavazkalkx7xzaqksjh13brcnwq67ijrali"))))
+         "1dnkvnnrdrg3xlzbs3cw29fwqsln742hj1iajx32gflfsl2b4fag"))))
     (build-system go-build-system)
     (propagated-inputs
      (list go-golang-org-x-sys))
-- 
2.41.0






reply via email to

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