gnu: go-golang-org-x-xerrors: Update to 0.0.0-1.104605a.
* gnu/packages/golang-build.scm (go-golang-org-x-xerrors): Update to 0.0.0-1.104605a. Change-Id: I0bb672f602fd6febf65cfd8dcb53797a9d4bf376master
parent
86334801d3
commit
6aa588ed86
|
@ -648,8 +648,8 @@ Go programming language.")
|
|||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-golang-org-x-xerrors
|
||||
(let ((commit "5ec99f83aff198f5fbd629d6c8d8eb38a04218ca")
|
||||
(revision "0"))
|
||||
(let ((commit "104605ab7028f4af38a8aff92ac848a51bd53c5d")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "go-golang-org-x-xerrors")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -661,7 +661,7 @@ Go programming language.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
|
||||
(base32 "051xfwx95vq7yhmsy8p9rq0qw67bzvimhz1icjssahwrjndm7h92"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "golang.org/x/xerrors"))
|
||||
|
|
Reference in New Issue