[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/169: gnu: go-github-com-google-goterm: Fix indentation.
From: |
guix-commits |
Subject: |
66/169: gnu: go-github-com-google-goterm: Fix indentation. |
Date: |
Thu, 26 Sep 2024 06:42:50 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 72ee38a2ecf7b871281163ba8aa95aade981e418
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 11:01:04 2024 +0100
gnu: go-github-com-google-goterm: Fix indentation.
* gnu/packages/golang.scm (go-github-com-google-goterm): Fix indentation.
Change-Id: I70843d52e1ec205c5903a69b5eb0ed8807291ddd
---
gnu/packages/golang.scm | 46 ++++++++++++++++++++++++----------------------
1 file changed, 24 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2927a73669..65746ff1ba 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5343,28 +5343,30 @@ a cron spec parser and job runner.")
(license license:bsd-3)))
(define-public go-github-com-google-goterm
- (package
- (name "go-github-com-google-goterm")
- (version "0.0.0-20200907032337-555d40f16ae2")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/google/goterm")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0809sf02dhg2bjhsz43pmlb5d7nbsnwxls3lw01zw5p7ri9bqwfb"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/google/goterm/term"
- #:unpack-path "github.com/google/goterm"))
- (home-page "https://github.com/google/goterm/")
- (synopsis "PTY creation and termios get/set attributes")
- (description "The term package implements PTY creation and termios
get/set
-attributes. It also contains some convenience functions for colors, SSH to
-and from termios translations, readCh, reading passwords, etc.")
- (license license:bsd-3)))
+ (package
+ (name "go-github-com-google-goterm")
+ (version "0.0.0-20200907032337-555d40f16ae2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/goterm")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0809sf02dhg2bjhsz43pmlb5d7nbsnwxls3lw01zw5p7ri9bqwfb"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/google/goterm/term"
+ #:unpack-path "github.com/google/goterm"))
+ (home-page "https://github.com/google/goterm/")
+ (synopsis "PTY creation and termios get/set attributes")
+ (description
+ "The term package implements PTY creation and termios get/set attributes.
+It also contains some convenience functions for colors, SSH to and from
+termios translations, readCh, reading passwords, etc.")
+ (license license:bsd-3)))
(define (go-gotest-tools-source version sha256-base32-hash)
(origin
- 116/169: gnu: Add go-msgp., (continued)
- 116/169: gnu: Add go-msgp., guix-commits, 2024/09/26
- 119/169: gnu: soju: Fix build., guix-commits, 2024/09/26
- 129/169: gnu: Add go-github-com-workiva-go-datastructures., guix-commits, 2024/09/26
- 139/169: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/09/26
- 152/169: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/09/26
- 169/169: gnu: run: Update to 0.11.2., guix-commits, 2024/09/26
- 158/169: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/09/26
- 100/169: gnu: Add go-github-com-datadog-datadog-go., guix-commits, 2024/09/26
- 112/169: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/09/26
- 114/169: gnu: Add go-github-com-philhofer-fwd., guix-commits, 2024/09/26
- 66/169: gnu: go-github-com-google-goterm: Fix indentation.,
guix-commits <=
- 68/169: gnu: go-github-com-tomnomnom-gron: Improve package style., guix-commits, 2024/09/26
- 69/169: gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0., guix-commits, 2024/09/26
- 84/169: gnu: Add go-github-com-cyphar-filepath-securejoin., guix-commits, 2024/09/26
- 76/169: gnu: go-github-com-xeipuuv-gojsonschema: Update to 1.2.0., guix-commits, 2024/09/26
- 93/169: gnu: Add go-github-com-muesli-combinator., guix-commits, 2024/09/26
- 97/169: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/09/26
- 99/169: gnu: Add go-github-com-gofrs-uuid., guix-commits, 2024/09/26
- 136/169: gnu: Add go-github-com-xtaci-lossyconn., guix-commits, 2024/09/26
- 128/169: gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0., guix-commits, 2024/09/26
- 167/169: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/09/26