GNU bug report logs - #68896
[PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Fri, 2 Feb 2024 20:18:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68896: closed ([PATCH] gnu: go-github-com-kr-text: Update to
 0.2.0.)
Date: Mon, 05 Feb 2024 22:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 05 Feb 2024 22:46:55 +0000
with message-id <87plxav89s.fsf <at> gmail.com>
and subject line [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.
has caused the debbugs.gnu.org bug report #68896,
regarding [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.
to be marked as done.

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


-- 
68896: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68896
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Troy Figiel <troy <at> troyfigiel.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.
Date: Fri, 2 Feb 2024 20:17:23 +0100
* 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 <at> twilken.net>
 ;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2023 Clément Lassieur <clement <at> lassieur.org>
+;;; Copyright © 2024 Troy Figiel <troy <at> 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



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 68896-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.
Date: Mon, 05 Feb 2024 22:46:55 +0000
[Message part 4 (text/plain, inline)]
Hi,

Pushed as 3ce5778adb128782351062d99dbfab8ec06c6467 to master.

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 109 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.