guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/35: gnu: go-github-com-golang-groupcache-lru: Update to 0.0.0-2.869f8


From: guix-commits
Subject: 04/35: gnu: go-github-com-golang-groupcache-lru: Update to 0.0.0-2.869f871
Date: Thu, 13 Feb 2020 19:55:31 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 87abee4e537e6e2cfea6dbcedce4380c2b58049c
Author: Leo Famulari <address@hidden>
AuthorDate: Tue Oct 8 18:36:11 2019 -0400

    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.
---
 gnu/packages/syncthing.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 8eb2b6c..f904a68 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]