[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/169: gnu: go-github-com-golang-groupcache: Update to 0.0.0-2021033122
From: |
guix-commits |
Subject: |
35/169: gnu: go-github-com-golang-groupcache: Update to 0.0.0-20210331224755-41bb18bfe9da. |
Date: |
Thu, 26 Sep 2024 09:25:35 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ab573c9c28f6b0189a8212bfe85035dc1ee7dcfe
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 13:54:34 2024 +0100
gnu: go-github-com-golang-groupcache: Update to
0.0.0-20210331224755-41bb18bfe9da.
* gnu/packages/golang-web.scm (go-github-com-golang-groupcache): Update to
0.0.0-20210331224755-41bb18bfe9da.
Change-Id: I9dbc112050259ad609d2b1e0e3a9dcb742473a06
---
gnu/packages/golang-web.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 75065379b1..65456daddf 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1902,17 +1902,15 @@ from CloudFlare's github.com/cloudflare/cfssl/revoke.")
(license license:expat)))
(define-public go-github-com-golang-groupcache
- (let ((commit "41bb18bfe9da5321badc438f91158cd790a33aa3")
- (revision "3"))
(package
(name "go-github-com-golang-groupcache")
- (version (git-version "0.0.0" revision commit))
+ (version "0.0.0-20210331224755-41bb18bfe9da")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/golang/groupcache")
- (commit commit)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "07amgr8ji4mnq91qbsw2jlcmw6hqiwdf4kzfdrj8c4b05w4knszc"))))
@@ -1928,7 +1926,7 @@ from CloudFlare's github.com/cloudflare/cfssl/revoke.")
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))))
+ (license license:asl2.0)))
(define-public go-github-com-google-go-github
(package
- 101/169: gnu: Add go-github-com-golang-mock., (continued)
- 101/169: gnu: Add go-github-com-golang-mock., guix-commits, 2024/09/26
- 104/169: gnu: Add go-github-com-hashicorp-go-retryablehttp., guix-commits, 2024/09/26
- 129/169: gnu: Add go-github-com-workiva-go-datastructures., guix-commits, 2024/09/26
- 148/169: gnu: trezord: Refresh package style., guix-commits, 2024/09/26
- 155/169: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/09/26
- 160/169: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz., guix-commits, 2024/09/26
- 156/169: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/09/26
- 169/169: gnu: run: Update to 0.11.2., guix-commits, 2024/09/26
- 165/169: gnu: go-github-com-tekwizely-go-parsing: Adjust description., guix-commits, 2024/09/26
- 105/169: gnu: Add go-github-com-circonus-labs-circonus-gometrics., guix-commits, 2024/09/26
- 35/169: gnu: go-github-com-golang-groupcache: Update to 0.0.0-20210331224755-41bb18bfe9da.,
guix-commits <=
- 79/169: gnu: go-github-com-go-logr-logr: Update to 1.4.2., guix-commits, 2024/09/26
- 65/169: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2., guix-commits, 2024/09/26
- 89/169: gnu: go-github-com-go-git-go-git-v5: Update style., guix-commits, 2024/09/26
- 92/169: gnu: Add go-github-com-rs-zerolog., guix-commits, 2024/09/26
- 102/169: gnu: Add go-github-com-datadog-datadog-go-v5., guix-commits, 2024/09/26
- 113/169: gnu: Add go-github-com-pquerna-ffjson., guix-commits, 2024/09/26
- 115/169: gnu: Add go-github-com-tinylib-msgp., guix-commits, 2024/09/26
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/09/26
- 125/169: build/go: Replace symlinks with a copy of the file., guix-commits, 2024/09/26
- 126/169: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/09/26