gnu: go-golang-org-x-xerrors: Update to 0.0.0-20200804184101-5ec99f83aff1.

* gnu/packages/golang-build.scm (go-golang-org-x-xerrors): Update to 0.0.0-20200804184101-5ec99f83aff1.

Change-Id: I85ba367e0b1b1f38f10326f8a29e664e59c3dc07
This commit is contained in:
Sharlatan Hellseher 2024-09-12 22:25:35 +01:00
parent 42f88db23c
commit 41d93b749e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -806,20 +806,18 @@ Go programming language.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-golang-org-x-xerrors (define-public go-golang-org-x-xerrors
(let ((commit "104605ab7028f4af38a8aff92ac848a51bd53c5d")
(revision "1"))
(package (package
(name "go-golang-org-x-xerrors") (name "go-golang-org-x-xerrors")
(version (git-version "0.0.0" revision commit)) (version "0.0.0-20200804184101-5ec99f83aff1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://go.googlesource.com/xerrors") (url "https://go.googlesource.com/xerrors")
(commit commit))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "051xfwx95vq7yhmsy8p9rq0qw67bzvimhz1icjssahwrjndm7h92")))) (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "golang.org/x/xerrors")) '(#:import-path "golang.org/x/xerrors"))
@ -827,7 +825,7 @@ Go programming language.")
(synopsis "Go 1.13 error values") (synopsis "Go 1.13 error values")
(description "This package holds the transition packages for the new Go (description "This package holds the transition packages for the new Go
1.13 error values.") 1.13 error values.")
(license license:bsd-3)))) (license license:bsd-3)))
(define-public go-google-golang-org-protobuf (define-public go-google-golang-org-protobuf
(package (package