gnu: go-github-com-golang-groupcache: Fix indentation.

* gnu/packages/golang-web.scm (go-github-com-golang-groupcache): Fix indentation.

Change-Id: I40bf67a27f71844669deedd4106aec51760a0d46
This commit is contained in:
Sharlatan Hellseher 2024-09-13 13:54:45 +01:00
parent 41f1067b99
commit dabcd9c45a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1953,31 +1953,30 @@ from CloudFlare's github.com/cloudflare/cfssl/revoke.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-golang-groupcache (define-public go-github-com-golang-groupcache
(package (package
(name "go-github-com-golang-groupcache") (name "go-github-com-golang-groupcache")
(version "0.0.0-20210331224755-41bb18bfe9da") (version "0.0.0-20210331224755-41bb18bfe9da")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/golang/groupcache") (url "https://github.com/golang/groupcache")
(commit (go-version->git-ref version)))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "07amgr8ji4mnq91qbsw2jlcmw6hqiwdf4kzfdrj8c4b05w4knszc")))) (base32 "07amgr8ji4mnq91qbsw2jlcmw6hqiwdf4kzfdrj8c4b05w4knszc"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "github.com/golang/groupcache")) (list #:import-path "github.com/golang/groupcache"))
(propagated-inputs (propagated-inputs
(list go-github-com-golang-protobuf)) (list go-github-com-golang-protobuf))
(home-page "https://github.com/golang/groupcache") (home-page "https://github.com/golang/groupcache")
(synopsis "Groupcache is a caching and cache-filling library") (synopsis "Groupcache is a caching and cache-filling library")
(description (description
"Groupcache is a caching and cache-filling library, intended "Groupcache is a caching and cache-filling library, intended as a
as a replacement for memcached in many cases. It provides a data loading replacement for memcached in many cases. It provides a data loading mechanism
mechanism with caching and de-duplication that works across a set of peer with caching and de-duplication that works across a set of peer processes.")
processes.") (license license:asl2.0)))
(license license:asl2.0)))
(define-public go-github-com-google-go-github (define-public go-github-com-google-go-github
(package (package