mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: go-github-com-kr-text: Update to 0.2.0.
* gnu/packages/golang.scm (go-github-com-kr-text): Update to 0.2.0. [propagated-inputs]: Add go-github-com-creack-pty. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
857507117d
commit
3ce5778adb
1 changed files with 4 additions and 2 deletions
|
@ -43,6 +43,7 @@
|
||||||
;;; Copyright © 2023 Timo Wilken <guix@twilken.net>
|
;;; Copyright © 2023 Timo Wilken <guix@twilken.net>
|
||||||
;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;; Copyright © 2023 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2023 Clément Lassieur <clement@lassieur.org>
|
||||||
|
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -6334,7 +6335,7 @@ (define-public go-github-com-kylelemons-godebug
|
||||||
(define-public go-github-com-kr-text
|
(define-public go-github-com-kr-text
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kr-text")
|
(name "go-github-com-kr-text")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6343,10 +6344,11 @@ (define-public go-github-com-kr-text
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1"))))
|
"0hf58ypz6rxsw6nx3i856whir9lvy4sdx946wbw1nfaf2rdmr9vx"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/kr/text"))
|
'(#:import-path "github.com/kr/text"))
|
||||||
|
(propagated-inputs (list go-github-com-creack-pty))
|
||||||
(synopsis "Text formatting in Go")
|
(synopsis "Text formatting in Go")
|
||||||
(description "This package provides a text formatting functions in Go.")
|
(description "This package provides a text formatting functions in Go.")
|
||||||
(home-page "https://github.com/kr/text")
|
(home-page "https://github.com/kr/text")
|
||||||
|
|
Loading…
Reference in a new issue