me
/
guix
Archived
1
0
Fork 0

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.
master
Leo Famulari 2017-12-30 17:12:28 -05:00
parent ac90914159
commit 1ad4e366ef
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -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"))