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.
This commit is contained in:
parent
ac90914159
commit
1ad4e366ef
1 changed files with 3 additions and 3 deletions
|
@ -1679,8 +1679,8 @@ (define-public go-github-com-xtaci-smux
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-pkg-errors
|
(define-public go-github-com-pkg-errors
|
||||||
(let ((commit "ff09b135c25aae272398c51a07235b90a75aa4f0")
|
(let ((commit "e881fd58d78e04cf6d0de1217f8707c8cc2249bc")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-pkg-errors")
|
(name "go-github-com-pkg-errors")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1692,7 +1692,7 @@ (define-public go-github-com-pkg-errors
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pwl6v3hmc22zp32gkyqykl4kg69xk1mlp0vmhgd1f44difd5fvz"))))
|
"0vfhj598jp6dzy4pbyjdrqxzb5kppw8ggvfh78g80nz11r34xnzs"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/pkg/errors"))
|
`(#:import-path "github.com/pkg/errors"))
|
||||||
|
|
Loading…
Reference in a new issue