* [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
* [bug#45171] [PATCH v2] gnu: go-github-com-kr-pretty: Update to 0.2.1
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 ` Jack Hill
2020-12-11 15:45 ` [bug#45171] [PATCH v3 1/2] " Jack Hill
2020-12-17 20:28 ` bug#45171: [PATCH] gnu: go-github-com-kr-pretty: Update to 0.2.1 Efraim Flashner
2 siblings, 0 replies; 5+ messages in thread
From: Jack Hill @ 2020-12-11 5:56 UTC (permalink / raw)
To: 45171
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#45171] [PATCH v3 1/2] gnu: go-github-com-kr-pretty: Update to 0.2.1
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 ` 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
2 siblings, 1 reply; 5+ messages in thread
From: Jack Hill @ 2020-12-11 15:45 UTC (permalink / raw)
To: 45171
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#45171: [PATCH] gnu: go-github-com-kr-pretty: Update to 0.2.1
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-17 20:28 ` Efraim Flashner
2 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2020-12-17 20:28 UTC (permalink / raw)
To: Jack Hill; +Cc: 45171-done
[-- Attachment #1: Type: text/plain, Size: 257 bytes --]
Updated patches look good. Patches pushed!
--
Efraim Flashner <efraim@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.