unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48362] [PATCH 1/5] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.2.0.
@ 2021-05-11 18:55 Stefan Reichör
  2021-05-11 18:55 ` [bug#48360] [PATCH 2/5] gnu: Add go-github-com-muesli-reflow-truncate Stefan Reichör
                   ` (3 more replies)
  0 siblings, 4 replies; 34+ messages in thread
From: Stefan Reichör @ 2021-05-11 18:55 UTC (permalink / raw)
  To: 48362; +Cc: Stefan Reichör

* 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





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

end of thread, other threads:[~2022-01-13  2:21 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 18:55 [bug#48362] [PATCH 1/5] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.2.0 Stefan Reichör
2021-05-11 18:55 ` [bug#48360] [PATCH 2/5] gnu: Add go-github-com-muesli-reflow-truncate Stefan Reichör
2021-05-11 18:55 ` [bug#48361] [PATCH 3/5] gnu: Add go-github-com-containerd-console Stefan Reichör
2021-05-11 18:55 ` [bug#48363] [PATCH 4/5] gnu: Add go-github-com-charmbracelet-bubbletea Stefan Reichör
2021-05-11 18:55 ` [bug#48364] [PATCH 5/5] gnu: Add tz Stefan Reichör
2021-05-11 19:13   ` Leo Famulari
2021-05-13 18:59   ` Stefan Reichör
2021-05-14  1:28     ` Leo Famulari
2021-09-26  8:44   ` [bug#48364] [PATCH 1/7] gnu: go-golang-org-colorful: Update to 1.2.0 jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 2/7] gnu: Add go-github-com-charmbracelet-bubbletea jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 3/7] gnu: Add go-github-com-containerd-console jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 4/7] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.3.0 jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 5/7] gnu: Add go-github-com-muesli-reflow-truncate jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 6/7] gnu: go-github-com-muesli-termenv: Update to 0.8.1 jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 7/7] gnu: Add tz jgart via Guix-patches via
2021-09-26  8:53   ` [bug#48364] From today's Guix Meetup jgart via Guix-patches via
2021-09-26  9:12     ` jgart via Guix-patches via
2021-11-07  7:47   ` [bug#48364] (no subject) jgart via Guix-patches via
2021-12-18 20:27   ` [bug#48364] [PATCH 1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 2/7] * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 3/7] * gnu/packages/golang.scm (go-github-com-containerd-console): " jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 4/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap): Update to 0.3.0 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 5/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 6/7] * gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.8.1 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 7/7] * gnu/packages/time.scm (tz): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0 jgart via Guix-patches via
2022-01-12 21:57       ` bug#48364: " Nicolas Goaziou
2022-01-13  2:19         ` [bug#48364] " jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 2/7] * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 3/7] * gnu/packages/golang.scm (go-github-com-containerd-console): " jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 4/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap): Update to 0.3.0 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 5/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 6/7] * gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.8.1 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 7/7] * gnu/packages/time.scm (tz): New variable jgart via Guix-patches via

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).