[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/172: gnu: go-golang-org-x-xerrors: Fix indentation.
From: |
guix-commits |
Subject: |
31/172: gnu: go-golang-org-x-xerrors: Fix indentation. |
Date: |
Sat, 9 Nov 2024 16:44:49 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 305ccb64eb45dfbea17963b748115b8a9feb4b66
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 12 22:26:57 2024 +0100
gnu: go-golang-org-x-xerrors: Fix indentation.
* gnu/packages/golang-build.scm (go-golang-org-x-xerrors): Fix
indentation, apply new list style.
Change-Id: I2c83816293f299cac9bc641a7710fedcc1419f3a
---
gnu/packages/golang-build.scm | 42 ++++++++++++++++++++++--------------------
1 file changed, 22 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 8ec0d315bc..2736bffa08 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -806,26 +806,28 @@ Go programming language.")
(license license:bsd-3)))
(define-public go-golang-org-x-xerrors
- (package
- (name "go-golang-org-x-xerrors")
- (version "0.0.0-20200804184101-5ec99f83aff1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://go.googlesource.com/xerrors")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "golang.org/x/xerrors"))
- (home-page "https://godoc.org/golang.org/x/xerrors")
- (synopsis "Go 1.13 error values")
- (description "This package holds the transition packages for the new Go
-1.13 error values.")
- (license license:bsd-3)))
+ (package
+ (name "go-golang-org-x-xerrors")
+ (version "0.0.0-20200804184101-5ec99f83aff1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://go.googlesource.com/xerrors")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "golang.org/x/xerrors"))
+ (home-page "https://godoc.org/golang.org/x/xerrors")
+ (synopsis "Go 1.13 error values")
+ (description
+ "This package holds the transition packages for the new Go 1.13 error
+values.")
+ (license license:bsd-3)))
(define-public go-google-golang-org-protobuf
(package
- 14/172: gnu: Remove go-github-com-rylans-getlang., (continued)
- 14/172: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/11/09
- 11/172: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz., guix-commits, 2024/11/09
- 16/172: import/go: Add comment about monorepo., guix-commits, 2024/11/09
- 18/172: gnu: go-1.23: Update to 1.23.1., guix-commits, 2024/11/09
- 19/172: gnu: go-1.20: Build with gccgo-12 on some systems., guix-commits, 2024/11/09
- 20/172: build-system/go: Add subdir parameter to go-version->git-ref., guix-commits, 2024/11/09
- 21/172: import/go: Account for monorepo modules in the Go importer., guix-commits, 2024/11/09
- 36/172: gnu: go-github-com-golang-groupcache: Fix indentation., guix-commits, 2024/11/09
- 29/172: gnu: go-golang-org-x-text: Update to 0.18.0., guix-commits, 2024/11/09
- 23/172: gnu: packages/golang-crypto: Apply #:subdir parameter., guix-commits, 2024/11/09
- 31/172: gnu: go-golang-org-x-xerrors: Fix indentation.,
guix-commits <=
- 24/172: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/11/09
- 38/172: gnu: go-github-com-libp2p-go-msgio: Fix build., guix-commits, 2024/11/09
- 25/172: gnu: go-golang-org-x-mod: Update to 0.21.0., guix-commits, 2024/11/09
- 42/172: gnu: go-github-com-prometheus-exporter-toolkit: Fix build., guix-commits, 2024/11/09
- 46/172: gnu: kubo: Fix build., guix-commits, 2024/11/09
- 52/172: gnu: go-mvdan-cc-xurls: Rename variable., guix-commits, 2024/11/09
- 44/172: gnu: go-github-com-ipfs-go-ds-badger: Fix build., guix-commits, 2024/11/09
- 51/172: gnu: go-github-com-google-go-cmdtest: Fix indentation, guix-commits, 2024/11/09
- 56/172: gnu: go-golang-org-x-vuln: Move to golang-build., guix-commits, 2024/11/09
- 64/172: gnu: go-github-com-google-go-querystring: Move to golang-web., guix-commits, 2024/11/09