emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#48362: closed ([PATCH 1/5] gnu: go-github-com-muesli-reflow-wordwrap


From: GNU bug Tracking System
Subject: bug#48362: closed ([PATCH 1/5] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.2.0.)
Date: Wed, 12 Jan 2022 21:58:03 +0000

Your message dated Wed, 12 Jan 2022 22:57:41 +0100
with message-id <87bl0g62i2.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#48364] [PATCH v2 1/7] * gnu/packages/golang.scm 
(go-golang-org-colorful): Update to 1.2.0.
has caused the debbugs.gnu.org bug report #48364,
regarding [PATCH 1/5] gnu: go-github-com-muesli-reflow-wordwrap: Update to 
0.2.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48364: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48364
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/5] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.2.0. Date: Tue, 11 May 2021 20:55:50 +0200
* gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap): Update to 
0.2.0.
---
 gnu/packages/golang.scm | 47 ++++++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8c3c81ceda..718794934e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
 ;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5621,29 +5622,31 @@ transforms one JSON document into another through a 
JMESPath expression.")
     (license license:bsd-3)))
 
 (define-public go-github-com-muesli-reflow-wordwrap
-  (package
-    (name "go-github-com-muesli-reflow-wordwrap")
-    (version "0.1.0")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/muesli/reflow";)
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name "go-github-com-muesli-reflow" version))
-              (sha256
-               (base32
-                "1vhynm2n1az13fn03lp0gi28p9mznq1mblglh8f2rb9y1vkd2dqr"))))
-    (build-system go-build-system)
-    (arguments
-     `(#:import-path "github.com/muesli/reflow/wordwrap"
-       #:unpack-path "github.com/muesli/reflow"))
-    (native-inputs
-     `(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth)))
-    (home-page "https://github.com/muesli/reflow/";)
-    (synopsis "Collection of methods helping to transform blocks of text")
-    (description "This package provides a collection of ANSI-aware methods and
+  (let ((commit "c80126ec2ad5d2c5210b2eefe1b33aaaca2fdeb8")
+        (revision "1"))
+    (package
+      (name "go-github-com-muesli-reflow-wordwrap")
+      (version (git-version "0.2.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/muesli/reflow";)
+                      (commit commit)))
+                (file-name (git-file-name "go-github-com-muesli-reflow" 
version))
+                (sha256
+                 (base32
+                  "049yzl3k4s0hn6ywh57qqivx8aqz3cfqpv8z9gk9jvf9kvwaa3zf"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/muesli/reflow/wordwrap"
+         #:unpack-path "github.com/muesli/reflow"))
+      (native-inputs
+       `(("go-github.com-mattn-go-runewidth" 
,go-github.com-mattn-go-runewidth)))
+      (home-page "https://github.com/muesli/reflow/";)
+      (synopsis "Collection of methods helping to transform blocks of text")
+      (description "This package provides a collection of ANSI-aware methods 
and
 io.Writers helping you to transform blocks of text.")
-    (license license:expat)))
+      (license license:expat))))
 
 (define-public go-github-com-muesli-reflow-ansi
   (package
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48364] [PATCH v2 1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0. Date: Wed, 12 Jan 2022 22:57:41 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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