diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-30 17:12:28 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-10 01:22:06 -0800 |
commit | 1ad4e366efb1cc18e35792f7514ece25c2fb5e7c (patch) | |
tree | c01d6fa7e34f5359a7fada33b1c38c4bb4a51618 /gnu | |
parent | ac9091415979bc0896a7f35b7ef3e5c5c367d9ba (diff) | |
download | guix-1ad4e366efb1cc18e35792f7514ece25c2fb5e7c.tar.gz guix-1ad4e366efb1cc18e35792f7514ece25c2fb5e7c.zip |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/syncthing.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 766bf882fa..f64e06493f 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")) |