[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/169: gnu: go-github-com-golang-groupcache: Fix indentation.
From: |
guix-commits |
Subject: |
36/169: gnu: go-github-com-golang-groupcache: Fix indentation. |
Date: |
Thu, 26 Sep 2024 09:25:35 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 93452bce67b1b8eef3fc14801d21e50f5a0ccaae
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 65456daddf..0f194b7046 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1902,31 +1902,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
- 124/169: gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build., (continued)
- 124/169: gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build., guix-commits, 2024/09/26
- 134/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests., guix-commits, 2024/09/26
- 93/169: gnu: Add go-github-com-muesli-combinator., guix-commits, 2024/09/26
- 106/169: gnu: Add go-github-com-circonus-labs-go-apiclient., guix-commits, 2024/09/26
- 147/169: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/09/26
- 157/169: gnu: packages/high-availability: Remove golang module., guix-commits, 2024/09/26
- 112/169: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/09/26
- 117/169: guix: Add copyright records., guix-commits, 2024/09/26
- 119/169: gnu: soju: Fix build., guix-commits, 2024/09/26
- 120/169: gnu: miniflux: Fix build., guix-commits, 2024/09/26
- 36/169: gnu: go-github-com-golang-groupcache: Fix indentation.,
guix-commits <=
- 94/169: gnu: chezmoi: Update to 1.8.10., guix-commits, 2024/09/26
- 98/169: gnu: Add go-github-com-go-openapi-runtime., guix-commits, 2024/09/26
- 100/169: gnu: Add go-github-com-datadog-datadog-go., guix-commits, 2024/09/26
- 103/169: gnu: Add go-github-com-openhistogram-circonusllhist., guix-commits, 2024/09/26
- 127/169: gnu: go-github-com-aws-smithy-go: Update to 1.21.0., 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
- 146/169: gnu: Add go-github-com-prometheus-community-pro-bing., guix-commits, 2024/09/26
- 152/169: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/09/26
- 154/169: gnu: Add go-github-com-pkg-browser., guix-commits, 2024/09/26
- 111/169: gnu: Add go-github-com-ryanuber-columnize., guix-commits, 2024/09/26