diff mbox series

[bug#48364,v2,1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0.

Message ID 20211218202754.18194-8-jgart@dismail.de
State Accepted
Headers show
Series [bug#48364,v2,1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0. | expand

Commit Message

jgart Dec. 18, 2021, 8:27 p.m. UTC
From: Guix Together <jgart@dismail.de>

Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: Jorge Acereda <jacereda@gmail.com>
Co-authored-by: Gábor Boskovits <boskovits@gmail.com>
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nicolas Goaziou Jan. 12, 2022, 9:57 p.m. UTC | #1
Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> From: Guix Together <jgart@dismail.de>
>
> Co-authored-by: jgart <jgart@dismail.de>
> Co-authored-by: Jorge Acereda <jacereda@gmail.com>
> Co-authored-by: Gábor Boskovits <boskovits@gmail.com>

I normalized the commit messages and improved descriptions of new
packages, then applied the patch set.

Regards,
jgart Jan. 13, 2022, 2:19 a.m. UTC | #2
On Wed, 12 Jan 2022 22:57:41 +0100 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
> 
> jgart via Guix-patches via <guix-patches@gnu.org> writes:
> 
> > From: Guix Together <jgart@dismail.de>
> >
> > Co-authored-by: jgart <jgart@dismail.de>
> > Co-authored-by: Jorge Acereda <jacereda@gmail.com>
> > Co-authored-by: Gábor Boskovits <boskovits@gmail.com>
> 
> I normalized the commit messages and improved descriptions of new
> packages, then applied the patch set.

Thanks Nicolas! Much appreciated

I closed the issue on our end we had open for it:

https://todo.sr.ht/~whereiseveryone/guixrus/5

all best,

jgart

https://whereiseveryone.srht.site/
gemini://whereiseveryone.srht.site/
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c863388475..1ece1a90d8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5422,7 +5422,7 @@  (define-public go-github-com-go-sql-driver-mysql
 (define-public go-golang-org-colorful
   (package
     (name "go-golang-org-colorful")
-    (version "1.0.2")
+    (version "1.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5431,7 +5431,7 @@  (define-public go-golang-org-colorful
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0fig06880bvk1l92j4127v4x9sar4ds7ga8959gxxghb2w70b7l2"))))
+                "08c3fkf27r16izjjd4w94xd1z7w1r4mdalbl53ms2ka2j465s3qs"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/lucasb-eyer/go-colorful"))