me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-golang-groupcache-lru: Update to 0.0.0-2.869f871

* gnu/packages/syncthing.scm (go-github-com-golang-groupcache-lru):
Update to 0.0.0-2.869f871.
master
Leo Famulari 2019-10-08 18:36:11 -04:00
parent a9546f8bb1
commit 87abee4e53
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions
gnu/packages

View File

@ -328,8 +328,8 @@ structs in the Go programming language.")
(define-public go-github-com-golang-groupcache-lru
(let ((commit "84a468cf14b4376def5d68c722b139b881c450a4")
(revision "1"))
(let ((commit "869f871628b6baa9cfbc11732cdf6546b17c1298")
(revision "2"))
(package
(name "go-github-com-golang-groupcache-lru")
(version (git-version "0.0.0" revision commit))
@ -341,7 +341,7 @@ structs in the Go programming language.")
(file-name (git-file-name name version))
(sha256
(base32
"1ky1r9qh54yi9zp2769qrjngzndgd8fn7mja2qfac285n06chmcn"))))
"0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/golang/groupcache/lru"