summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-04-14 11:54:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-04-14 12:05:51 +0100
commit42b4580f6bfcaab009a56e679bd6f3c408ef03c9 (patch)
tree7096aa58ce7518a30efe4d744b7c0418e35f818f
parent191e5674d9f1b2035f681a939c266efe2dd4a2dd (diff)
gnu: go-github-com-golang-groupcache: Update to 0.0.0-3.41bb18b.
* gnu/packages/golang-web.scm (go-github-com-golang-groupcache): Update to 0.0.0-3.41bb18b. Change-Id: If1016af57bde9b25fa5348e820899c87985b43dc
-rw-r--r--gnu/packages/golang-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 9005a16ca7..e1b366a118 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -709,8 +709,8 @@ Encryption, JSON Web Signature, and JSON Web Token standards.")
(license license:expat)))
(define-public go-github-com-golang-groupcache
- (let ((commit "869f871628b6baa9cfbc11732cdf6546b17c1298")
- (revision "2"))
+ (let ((commit "41bb18bfe9da5321badc438f91158cd790a33aa3")
+ (revision "3"))
(package
(name "go-github-com-golang-groupcache")
(version (git-version "0.0.0" revision commit))
@@ -722,7 +722,7 @@ Encryption, JSON Web Signature, and JSON Web Token standards.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw"))))
+ (base32 "07amgr8ji4mnq91qbsw2jlcmw6hqiwdf4kzfdrj8c4b05w4knszc"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/golang/groupcache"))