[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/76: gnu: go-golang-org-x-time: Fix indentation.
From: |
guix-commits |
Subject: |
25/76: gnu: go-golang-org-x-time: Fix indentation. |
Date: |
Mon, 15 Jul 2024 07:19:44 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b8aab45d78b6313b662f6d05f06b2c82e118959c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jul 12 15:09:29 2024 +0100
gnu: go-golang-org-x-time: Fix indentation.
* gnu/packages/golang-build.scm (go-golang-org-x-time): Fix indentation.
Change-Id: I144f91a9acde9605a067f61f09606f313f9b21c2
---
gnu/packages/golang-build.scm | 49 ++++++++++++++++++++++---------------------
1 file changed, 25 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 128660e794..309c56c06a 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -533,32 +533,33 @@ processing.")
(license license:bsd-3)))
(define-public go-golang-org-x-time
- (package
- (name "go-golang-org-x-time")
- (version "0.5.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://go.googlesource.com/time")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1dahq0p6zn2pd408q6hsv1jl12nqrwd1gkl3r3dysk2q0z16192v"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "golang.org/x/time"
- ;; Source-only package
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
+ (package
+ (name "go-golang-org-x-time")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://go.googlesource.com/time")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1dahq0p6zn2pd408q6hsv1jl12nqrwd1gkl3r3dysk2q0z16192v"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "golang.org/x/time"
+ ;; Source-only package
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
;; Source-only package
- (delete 'build))))
- (home-page "https://godoc.org/golang.org/x/time/rate")
- (synopsis "Supplemental Go time libraries")
- (description "This package provides supplemental Go libraries related to
+ (delete 'build))))
+ (home-page "https://godoc.org/golang.org/x/time/rate")
+ (synopsis "Supplemental Go time libraries")
+ (description
+ "This package provides supplemental Go libraries related to
time.")
- (license license:bsd-3)))
+ (license license:bsd-3)))
(define-public go-golang-org-x-tools
(package
- 06/76: gnu: Add go-golang-org-x-exp-typeparams., (continued)
- 06/76: gnu: Add go-golang-org-x-exp-typeparams., guix-commits, 2024/07/15
- 07/76: gnu: go-golang-org-x-image: Update to 0.18.0., guix-commits, 2024/07/15
- 08/76: gnu: go-golang-org-x-image: Fix indentation., guix-commits, 2024/07/15
- 09/76: gnu: go-golang-org-x-image: Enable tests., guix-commits, 2024/07/15
- 14/76: gnu: go-golang-org-x-mod: Enable tests., guix-commits, 2024/07/15
- 12/76: gnu: go-golang-org-x-mod: Update to 0.19.0., guix-commits, 2024/07/15
- 16/76: gnu: go-golang-org-x-net: Update to 0.27.0., guix-commits, 2024/07/15
- 19/76: gnu: go-golang-org-x-crypto: Update to 0.25.0., guix-commits, 2024/07/15
- 22/76: gnu: go-golang-org-x-term: Update to 0.22.0., guix-commits, 2024/07/15
- 24/76: gnu: go-golang-org-x-time: Update to 0.5.0., guix-commits, 2024/07/15
- 25/76: gnu: go-golang-org-x-time: Fix indentation.,
guix-commits <=
- 28/76: gnu: go-golang-org-x-tools: Enable most of the tests., guix-commits, 2024/07/15
- 31/76: gnu: go-github-com-pkg-errors: Disable tests., guix-commits, 2024/07/15
- 32/76: gnu: go-golang-zx2c4-com-wireguard: Disable tests., guix-commits, 2024/07/15
- 33/76: gnu: go-github-com-go-sql-driver-mysql: Update to 1.8.1., guix-commits, 2024/07/15
- 34/76: gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.0., guix-commits, 2024/07/15
- 35/76: gnu: go-github-com-golangplus-fmt: Disable tests., guix-commits, 2024/07/15
- 36/76: gnu: ghq: Update to 1.6.2., guix-commits, 2024/07/15
- 40/76: gnu: go-github-com-muesli-reflow-wordwrap: Consolidate other packages., guix-commits, 2024/07/15
- 41/76: gnu: Add go-github-com-aymanbagabas-go-osc52-v2., guix-commits, 2024/07/15
- 42/76: gnu: go-github-com-muesli-termenv: Update to 0.15.2., guix-commits, 2024/07/15