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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68896 in the body.
You can then email your comments to 68896 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68896; Package guix-patches. (Fri, 02 Feb 2024 20:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Troy Figiel <troy <at> troyfigiel.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 02 Feb 2024 20:18:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#68896; Package guix-patches. (Fri, 02 Feb 2024 20:52:01 GMT) Full text and rfc822 format available.

Message #8 received at 68896 <at> debbugs.gnu.org (full text, mbox):

From: Troy Figiel <troy <at> troyfigiel.com>
To: 68896 <at> debbugs.gnu.org
Subject: Re: [bug#68896] [PATCH] gnu: go-github-com-kr-text: Update to 0.2.0.
Date: Fri, 2 Feb 2024 21:51:34 +0100
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




Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Mon, 05 Feb 2024 22:48:02 GMT) Full text and rfc822 format available.

Notification sent to Troy Figiel <troy <at> troyfigiel.com>:
bug acknowledged by developer. (Mon, 05 Feb 2024 22:48:02 GMT) Full text and rfc822 format available.

Message #13 received at 68896-done <at> debbugs.gnu.org (full text, mbox):

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 1 (text/plain, inline)]
Hi,

Pushed as 3ce5778adb128782351062d99dbfab8ec06c6467 to master.

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

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 05 Mar 2024 12:24:16 GMT) Full text and rfc822 format available.

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.