unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45171] [PATCH] gnu: go-github-com-kr-pretty: Update to 0.2.1
@ 2020-12-11  5:44 Jack Hill
  2020-12-11  5:56 ` [bug#45171] [PATCH v2] " Jack Hill
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jack Hill @ 2020-12-11  5:44 UTC (permalink / raw)
  To: 45171

* gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.2.1
---
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3b42bf3c8f..20e1ab7c71 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -434,7 +434,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
        ,@(package-native-inputs go-1.4)))
     (supported-systems %supported-systems)))
 
-(define-public go go-1.14)
+(define-public go go-1.15)
 
 (define-public go-github-com-alsm-ioprogress
   (let ((commit "063c3725f436e7fba0c8f588547bee21ffec7ac5")
@@ -3519,7 +3519,7 @@ format in Go.")
 (define-public go-github-com-kr-pretty
   (package
     (name "go-github-com-kr-pretty")
-    (version "0.2.0")
+    (version "0.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3528,7 +3528,7 @@ format in Go.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp"))))
+                "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy"))))
     (build-system go-build-system)
     (propagated-inputs
      `(("go-github-com-kr-text" ,go-github-com-kr-text)))
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-17 20:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  5:44 [bug#45171] [PATCH] gnu: go-github-com-kr-pretty: Update to 0.2.1 Jack Hill
2020-12-11  5:56 ` [bug#45171] [PATCH v2] " Jack Hill
2020-12-11 15:45 ` [bug#45171] [PATCH v3 1/2] " Jack Hill
2020-12-11 15:45   ` [bug#45171] [PATCH v3 2/2] gnu: go-github-com-kr-pretty: Improve synopsis Jack Hill
2020-12-17 20:28 ` bug#45171: [PATCH] gnu: go-github-com-kr-pretty: Update to 0.2.1 Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).