guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: go-github-com-mattn-go-isatty: Update to 0.0.7.


From: guix-commits
Subject: 01/04: gnu: go-github-com-mattn-go-isatty: Update to 0.0.7.
Date: Tue, 4 Jun 2019 13:31:50 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 36bb1d5a9fa4a73b89b1f65f730e3a00008b1b77
Author: Leo Famulari <address@hidden>
Date:   Tue Jun 4 13:24:40 2019 -0400

    gnu: go-github-com-mattn-go-isatty: Update to 0.0.7.
    
    * gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.7.
    [propagated-inputs]: Add go-golang-org-x-sys-unix.
---
 gnu/packages/golang.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 18013a4..2f5396d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1914,7 +1914,7 @@ values.")
 (define-public go-github-com-mattn-go-isatty
   (package
     (name "go-github-com-mattn-go-isatty")
-    (version "0.0.4")
+    (version "0.0.7")
     (source
      (origin
        (method git-fetch)
@@ -1924,8 +1924,10 @@ values.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w"))))
+         "1i77aq4gf9as03m8fpfh8fq49n4z9j7548blrcsidm1xhslzk5xd"))))
     (build-system go-build-system)
+    (propagated-inputs
+     `(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
     (arguments
      '(#:import-path "github.com/mattn/go-isatty"))
     (home-page "https://github.com/mattn/go-isatty";)



reply via email to

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