diff mbox series

[bug#62284,v2,62/71] gnu: go-github-com-mattn-go-isatty: Update to 0.1.13.

Message ID 8b461d1056e45136b8173ebb599f9c19c6c5ff3c.1707685294.git.mail@migalmoreno.com
State New
Headers show
Series [bug#62284,v2,01/71] gnu: Add go-github-com-tidwall-sjson. | expand

Commit Message

Miguel Ángel Moreno Feb. 11, 2024, 10:08 p.m. UTC
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.1.13.
[propagated-inputs]: Use instead of native-inputs.

Change-Id: Ibaa7390e6d72a598de12f3f379c3226be75da2d2
---
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.41.0



-- 
Best regards,
Miguel Ángel Moreno
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8ac23e735d..965460a873 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5114,7 +5114,7 @@  (define-public go-github-com-mattn-go-isatty
 (define-public go-github-com-mattn-go-colorable
   (package
     (name "go-github-com-mattn-go-colorable")
-    (version "0.1.8")
+    (version "0.1.13")
     (home-page "https://github.com/mattn/go-colorable")
     (source
      (origin
@@ -5125,9 +5125,9 @@  (define-public go-github-com-mattn-go-colorable
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0q34zqwbnls72md8q8mhj368s7p3i4xspvs3rk8fs76s0pn7dr2l"))))
+         "05hl2ddp67p5kj3ix4zzqqjh4fan4ban3vgw8f98simwigs3q41j"))))
     (build-system go-build-system)
-    (native-inputs
+    (propagated-inputs
      (list go-github-com-mattn-go-isatty))
     (arguments
      '(#:import-path "github.com/mattn/go-colorable"))