GNU bug report logs - #45171
[PATCH] gnu: go-github-com-kr-pretty: Update to 0.2.1

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Fri, 11 Dec 2020 05:45:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45171 in the body.
You can then email your comments to 45171 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45171; Package guix-patches. (Fri, 11 Dec 2020 05:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 11 Dec 2020 05:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: go-github-com-kr-pretty: Update to 0.2.1
Date: Fri, 11 Dec 2020 00:44:16 -0500
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#45171; Package guix-patches. (Fri, 11 Dec 2020 05:57:01 GMT) Full text and rfc822 format available.

Message #8 received at 45171 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 45171 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: go-github-com-kr-pretty: Update to 0.2.1
Date: Fri, 11 Dec 2020 00:56:05 -0500
* gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.2.1
---
Fixed in this version: removed extraneous go version change that
accidentally got committed.

 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 3b42bf3c8f..8748479490 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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





Information forwarded to guix-patches <at> gnu.org:
bug#45171; Package guix-patches. (Fri, 11 Dec 2020 15:47:02 GMT) Full text and rfc822 format available.

Message #11 received at 45171 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 45171 <at> debbugs.gnu.org
Subject: [PATCH v3 2/2] gnu: go-github-com-kr-pretty: Improve synopsis.
Date: Fri, 11 Dec 2020 10:45:49 -0500
* gnu/packages/golang.scm (go-github-com-kr-pretty)[synopsis]: Remove leading article.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8748479490..01cb5d34ae 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3534,7 +3534,7 @@ format in Go.")
      `(("go-github-com-kr-text" ,go-github-com-kr-text)))
     (arguments
      '(#:import-path "github.com/kr/pretty"))
-    (synopsis "A pretty printer for Go values")
+    (synopsis "Pretty printer for Go values")
     (description "This package provides a pretty printer for Go values.")
     (home-page "https://github.com/kr/pretty")
     (license license:expat)))
-- 
2.29.2





Information forwarded to guix-patches <at> gnu.org:
bug#45171; Package guix-patches. (Fri, 11 Dec 2020 15:47:02 GMT) Full text and rfc822 format available.

Message #14 received at 45171 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 45171 <at> debbugs.gnu.org
Subject: [PATCH v3 1/2] gnu: go-github-com-kr-pretty: Update to 0.2.1
Date: Fri, 11 Dec 2020 10:45:48 -0500
* gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.2.1
---
In this version of the patch series, the first commit is the same as in
v2, but a second commit is added that improves the synopsis.

 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 3b42bf3c8f..8748479490 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 17 Dec 2020 20:30:02 GMT) Full text and rfc822 format available.

Notification sent to Jack Hill <jackhill <at> jackhill.us>:
bug acknowledged by developer. (Thu, 17 Dec 2020 20:30:03 GMT) Full text and rfc822 format available.

Message #19 received at 45171-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 45171-done <at> debbugs.gnu.org
Subject: Re: [bug#45171] [PATCH] gnu: go-github-com-kr-pretty: Update to 0.2.1
Date: Thu, 17 Dec 2020 22:28:59 +0200
[Message part 1 (text/plain, inline)]
Updated patches look good. Patches pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 15 Jan 2021 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 194 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.