[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/74: gnu: go-golang-org-x-oauth2: Improve package style.
From: |
guix-commits |
Subject: |
02/74: gnu: go-golang-org-x-oauth2: Improve package style. |
Date: |
Thu, 25 Jul 2024 18:02:19 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 162f716d74c53ce6b7ea885895bfb884dde5b48d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Jul 15 15:51:08 2024 +0100
gnu: go-golang-org-x-oauth2: Improve package style.
* gnu/packages/golang.scm (go-golang-org-x-oauth2): Fix indentation,
apply new package style.
Change-Id: I36e7a9d159928b5ef5d83fec9d57b005cc2c5ad4
---
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 acf16071ff..4426fc4721 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3263,29 +3263,31 @@ editor.")
(license license:bsd-3)))
(define-public go-golang-org-x-oauth2
- (package
- (name "go-golang-org-x-oauth2")
- (version "0.21.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://go.googlesource.com/oauth2")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0pzpa9jqrfxxhxi1w7n5ljnvr9qfw42hzavz62fc9i6z9vk2466k"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "golang.org/x/oauth2"))
- (propagated-inputs
- (list go-cloud-google-com-go-compute-metadata
- go-github-com-google-go-cmp-cmp))
- (home-page "https://go.googlesource.com/oauth2")
- (synopsis "Client implementation of the OAuth 2.0 spec")
- (description "This package contains a client implementation for OAuth 2.0
+ (package
+ (name "go-golang-org-x-oauth2")
+ (version "0.21.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://go.googlesource.com/oauth2")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0pzpa9jqrfxxhxi1w7n5ljnvr9qfw42hzavz62fc9i6z9vk2466k"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "golang.org/x/oauth2"))
+ (propagated-inputs
+ (list go-cloud-google-com-go-compute-metadata
+ go-github-com-google-go-cmp-cmp))
+ (home-page "https://go.googlesource.com/oauth2")
+ (synopsis "Client implementation of the OAuth 2.0 spec")
+ (description
+ "This package contains a client implementation for OAuth 2.0
spec in Go.")
- (license license:bsd-3)))
+ (license license:bsd-3)))
(define-public go-github-com-jpillora-backoff
(let ((commit
- 64/74: gnu: go-netns: Enable tests., (continued)
- 64/74: gnu: go-netns: Enable tests., guix-commits, 2024/07/25
- 46/74: gnu: Add go-github-com-prometheus-common-assets., guix-commits, 2024/07/25
- 47/74: gnu: Add go-github-com-prometheus-common-sigv4., guix-commits, 2024/07/25
- 65/74: gnu: go-netns: Rename varialbe., guix-commits, 2024/07/25
- 67/74: gnu: go-netlink: Refresh package style., guix-commits, 2024/07/25
- 68/74: gnu: go-netlink: Enable tests., guix-commits, 2024/07/25
- 69/74: gnu: go-netlink: Rename variable., guix-commits, 2024/07/25
- 71/74: gnu: go-github-com-bits-and-blooms-bloom: Rename variable., guix-commits, 2024/07/25
- 72/74: gnu: go-github-com-arceliar-ironwood: Enable tests., guix-commits, 2024/07/25
- 09/74: gnu: go-github-com-google-go-cmp: Move to golang-build., guix-commits, 2024/07/25
- 02/74: gnu: go-golang-org-x-oauth2: Improve package style.,
guix-commits <=
- 05/74: gnu: go-github-com-google-go-cmp-cmp: Update to 0.6.0., guix-commits, 2024/07/25
- 14/74: gnu: go-github-com-stretchr-testify: Update to 1.9.0., guix-commits, 2024/07/25
- 31/74: gnu: scc: Update to 3.3.5., guix-commits, 2024/07/25
- 38/74: gnu: Add go-github-com-munnerz-goautoneg., guix-commits, 2024/07/25
- 48/74: gnu: go-github-com-beorn7-perks-quantile: Rename variable., guix-commits, 2024/07/25
- 53/74: gnu: kubo: Add missing input., guix-commits, 2024/07/25
- 58/74: gnu: go-github-com-prometheus-procfs: Update to 0.15.1., guix-commits, 2024/07/25
- 16/74: gnu: go-golang-org-sql-mock: Refresh package style., guix-commits, 2024/07/25
- 22/74: gnu: go-go-uber-org-goleak: Update to 1.3.0., guix-commits, 2024/07/25
- 21/74: gnu: go-github.com-jtolds-gls: Rename variable., guix-commits, 2024/07/25