[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/172: gnu: go-github-com-golang-groupcache: Fix indentation.
From: |
guix-commits |
Subject: |
36/172: gnu: go-github-com-golang-groupcache: Fix indentation. |
Date: |
Tue, 5 Nov 2024 16:04:51 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit d47d8dc70b13a5eb19440237e0a8745a62bf9efb
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 13:54:45 2024 +0100
gnu: go-github-com-golang-groupcache: Fix indentation.
* gnu/packages/golang-web.scm (go-github-com-golang-groupcache): Fix
indentation.
Change-Id: I40bf67a27f71844669deedd4106aec51760a0d46
---
gnu/packages/golang-web.scm | 49 ++++++++++++++++++++++-----------------------
1 file changed, 24 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 2a8591a1b5..38a9a12557 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1953,31 +1953,30 @@ from CloudFlare's github.com/cloudflare/cfssl/revoke.")
(license license:expat)))
(define-public go-github-com-golang-groupcache
- (package
- (name "go-github-com-golang-groupcache")
- (version "0.0.0-20210331224755-41bb18bfe9da")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/golang/groupcache")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "07amgr8ji4mnq91qbsw2jlcmw6hqiwdf4kzfdrj8c4b05w4knszc"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/golang/groupcache"))
- (propagated-inputs
- (list go-github-com-golang-protobuf))
- (home-page "https://github.com/golang/groupcache")
- (synopsis "Groupcache is a caching and cache-filling library")
- (description
- "Groupcache is a caching and cache-filling library, intended
-as a replacement for memcached in many cases. It provides a data loading
-mechanism with caching and de-duplication that works across a set of peer
-processes.")
- (license license:asl2.0)))
+ (package
+ (name "go-github-com-golang-groupcache")
+ (version "0.0.0-20210331224755-41bb18bfe9da")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/golang/groupcache")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07amgr8ji4mnq91qbsw2jlcmw6hqiwdf4kzfdrj8c4b05w4knszc"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/golang/groupcache"))
+ (propagated-inputs
+ (list go-github-com-golang-protobuf))
+ (home-page "https://github.com/golang/groupcache")
+ (synopsis "Groupcache is a caching and cache-filling library")
+ (description
+ "Groupcache is a caching and cache-filling library, intended as a
+replacement for memcached in many cases. It provides a data loading mechanism
+with caching and de-duplication that works across a set of peer processes.")
+ (license license:asl2.0)))
(define-public go-github-com-google-go-github
(package
- branch go-team created (now 451bae78e7), guix-commits, 2024/11/05
- 01/172: gnu: go-github-com-lithammer-fuzzysearch: Enable tests., guix-commits, 2024/11/05
- 03/172: gnu: Remove go-github-com-niemeyer-pretty., guix-commits, 2024/11/05
- 04/172: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0., guix-commits, 2024/11/05
- 34/172: gnu: go-google-golang-org-protobuf: Enable all tests, guix-commits, 2024/11/05
- 36/172: gnu: go-github-com-golang-groupcache: Fix indentation.,
guix-commits <=
- 49/172: gnu: Add go-golang-org-x-telemetry-config., guix-commits, 2024/11/05
- 22/172: import/go: Add diagnostics., guix-commits, 2024/11/05
- 18/172: gnu: go-1.23: Update to 1.23.1., guix-commits, 2024/11/05
- 37/172: gnu: go-github-com-golang-groupcache: Fix build., guix-commits, 2024/11/05
- 45/172: gnu: go-github-com-libp2p-go-libp2p: Fix build., guix-commits, 2024/11/05
- 50/172: gnu: go-github-com-google-go-cmdtest: Update to 0.4.0., guix-commits, 2024/11/05
- 30/172: gnu: go-golang-org-x-xerrors: Update to 0.0.0-20200804184101-5ec99f83aff1., guix-commits, 2024/11/05
- 46/172: gnu: kubo: Fix build., guix-commits, 2024/11/05
- 51/172: gnu: go-github-com-google-go-cmdtest: Fix indentation, guix-commits, 2024/11/05
- 44/172: gnu: go-github-com-ipfs-go-ds-badger: Fix build., guix-commits, 2024/11/05