mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: go-github-com-golang-groupcache-lru: Update to 0.0.0-1.84a468c.
* gnu/packages/syncthing.scm (go-github-com-golang-groupcache-lru): Update to 0.0.0-1.84a468c.
This commit is contained in:
parent
c1753d6ce1
commit
e83994f2b7
1 changed files with 3 additions and 3 deletions
|
@ -427,8 +427,8 @@ (define-public go-github-com-gogo-protobuf-protoc-gen-gogo
|
|||
(license bsd-3))))
|
||||
|
||||
(define-public go-github-com-golang-groupcache-lru
|
||||
(let ((commit "72d04f9fcdec7d3821820cc4a6f150eae553639a")
|
||||
(revision "0"))
|
||||
(let ((commit "84a468cf14b4376def5d68c722b139b881c450a4")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "go-github-com-golang-groupcache-lru")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -440,7 +440,7 @@ (define-public go-github-com-golang-groupcache-lru
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l3ryh7bq1f2mhr3sd3x1wav99pd27r8l3ydgqh375wn4x7v5qd6"))))
|
||||
"1ky1r9qh54yi9zp2769qrjngzndgd8fn7mja2qfac285n06chmcn"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/golang/groupcache/lru"
|
||||
|
|
Loading…
Reference in a new issue