all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68896] [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.
@ 2024-02-02 19:17 Troy Figiel
  2024-02-02 20:51 ` Troy Figiel
  2024-02-05 22:46 ` bug#68896: " Sharlatan Hellseher
  0 siblings, 2 replies; 3+ messages in thread
From: Troy Figiel @ 2024-02-02 19:17 UTC (permalink / raw)
  To: 68896

* gnu/packages/golang.scm (go-github-com-kr-text): Update to 0.2.0.
[propagated-inputs]: Add go-github-com-creack-pty.
---
 gnu/packages/golang.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 014ca01602..8623c9a19e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2023 Timo Wilken <guix@twilken.net>
 ;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;; Copyright © 2023 Clément Lassieur <clement@lassieur.org>
+;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6337,7 +6338,7 @@ (define-public go-github-com-kylelemons-godebug
 (define-public go-github-com-kr-text
   (package
     (name "go-github-com-kr-text")
-    (version "0.1.0")
+    (version "0.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6346,10 +6347,11 @@ (define-public go-github-com-kr-text
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1"))))
+                "0hf58ypz6rxsw6nx3i856whir9lvy4sdx946wbw1nfaf2rdmr9vx"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/kr/text"))
+    (propagated-inputs (list go-github-com-creack-pty))
     (synopsis "Text formatting in Go")
     (description "This package provides a text formatting functions in Go.")
     (home-page "https://github.com/kr/text")

base-commit: 34e8a40dadc1169d4810fa5111a9eaaadedeb66f
-- 
2.42.0





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

* [bug#68896] [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.
  2024-02-02 19:17 [bug#68896] [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0 Troy Figiel
@ 2024-02-02 20:51 ` Troy Figiel
  2024-02-05 22:46 ` bug#68896: " Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Troy Figiel @ 2024-02-02 20:51 UTC (permalink / raw)
  To: 68896

go-github-com-kr-text has 170 dependent packages. I built all dependents
locally (x86_64-linux) and did not find any new build failures.

Best wishes,

Troy




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

* bug#68896: [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.
  2024-02-02 19:17 [bug#68896] [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0 Troy Figiel
  2024-02-02 20:51 ` Troy Figiel
@ 2024-02-05 22:46 ` Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-02-05 22:46 UTC (permalink / raw)
  To: 68896-done

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]


Hi,

Pushed as 3ce5778adb128782351062d99dbfab8ec06c6467 to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-02-05 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 19:17 [bug#68896] [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0 Troy Figiel
2024-02-02 20:51 ` Troy Figiel
2024-02-05 22:46 ` bug#68896: " Sharlatan Hellseher

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.