guix-commits
[Top][All Lists]
Advanced

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

15/27: gnu: go-github-com-pkg-errors: Update to 0.0.0-1.e881fd5.


From: Leo Famulari
Subject: 15/27: gnu: go-github-com-pkg-errors: Update to 0.0.0-1.e881fd5.
Date: Wed, 10 Jan 2018 04:29:35 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 1ad4e366efb1cc18e35792f7514ece25c2fb5e7c
Author: Leo Famulari <address@hidden>
Date:   Sat Dec 30 17:12:28 2017 -0500

    gnu: go-github-com-pkg-errors: Update to 0.0.0-1.e881fd5.
    
    * gnu/packages/syncthing.scm (go-github-com-pkg-errors): Update to
    0.0.0-1.e881fd5.
---
 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 766bf88..f64e064 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1679,8 +1679,8 @@ ordering, such as TCP or KCP, and provides 
stream-oriented multiplexing.")
       (license expat))))
 
 (define-public go-github-com-pkg-errors
-  (let ((commit "ff09b135c25aae272398c51a07235b90a75aa4f0")
-        (revision "0"))
+  (let ((commit "e881fd58d78e04cf6d0de1217f8707c8cc2249bc")
+        (revision "1"))
     (package
       (name "go-github-com-pkg-errors")
       (version (git-version "0.0.0" revision commit))
@@ -1692,7 +1692,7 @@ ordering, such as TCP or KCP, and provides 
stream-oriented multiplexing.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0pwl6v3hmc22zp32gkyqykl4kg69xk1mlp0vmhgd1f44difd5fvz"))))
+                  "0vfhj598jp6dzy4pbyjdrqxzb5kppw8ggvfh78g80nz11r34xnzs"))))
       (build-system go-build-system)
       (arguments
        `(#:import-path "github.com/pkg/errors"))



reply via email to

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