guix-commits
[Top][All Lists]
Advanced

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

10/27: gnu: go-github-com-golang-groupcache-lru: Update to 0.0.0-1.84a46


From: Leo Famulari
Subject: 10/27: gnu: go-github-com-golang-groupcache-lru: Update to 0.0.0-1.84a468c.
Date: Wed, 10 Jan 2018 04:29:34 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e83994f2b78b0395a93f577fc28f3c9a32bf4f75
Author: Leo Famulari <address@hidden>
Date:   Sat Dec 30 16:50:08 2017 -0500

    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.
---
 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 c16887d..b6d9d20 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -427,8 +427,8 @@ generation features.  This code generation is used to 
achieve:
       (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 @@ generation features.  This code generation is used to 
achieve:
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1l3ryh7bq1f2mhr3sd3x1wav99pd27r8l3ydgqh375wn4x7v5qd6"))))
+                  "1ky1r9qh54yi9zp2769qrjngzndgd8fn7mja2qfac285n06chmcn"))))
       (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]