mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: go-golang-org-x-xerrors: Update to 0.0.0-20240903120638-7835f813f4da.
* gnu/packages/golang-build.scm (go-golang-org-x-xerrors): Update to 0.0.0-20240903120638-7835f813f4da. Change-Id: I1a4c3aeabad955522f3ce13b2f3efeb130f934c8
This commit is contained in:
parent
7113dec89d
commit
f75240c382
1 changed files with 2 additions and 2 deletions
|
@ -1100,7 +1100,7 @@ (define-public go-golang-org-x-vuln
|
|||
(define-public go-golang-org-x-xerrors
|
||||
(package
|
||||
(name "go-golang-org-x-xerrors")
|
||||
(version "0.0.0-20200804184101-5ec99f83aff1")
|
||||
(version "0.0.0-20240903120638-7835f813f4da")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1109,7 +1109,7 @@ (define-public go-golang-org-x-xerrors
|
|||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb"))))
|
||||
(base32 "1amjwicv2k6mkafa27ghwavc19jy8vi8kfndpj6vrgn0p5rc4kkc"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue