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:
Sharlatan Hellseher 2024-12-19 19:10:41 +00:00
parent 7113dec89d
commit f75240c382
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1100,7 +1100,7 @@ (define-public go-golang-org-x-vuln
(define-public go-golang-org-x-xerrors (define-public go-golang-org-x-xerrors
(package (package
(name "go-golang-org-x-xerrors") (name "go-golang-org-x-xerrors")
(version "0.0.0-20200804184101-5ec99f83aff1") (version "0.0.0-20240903120638-7835f813f4da")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1109,7 +1109,7 @@ (define-public go-golang-org-x-xerrors
(commit (go-version->git-ref version)))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) (base32 "1amjwicv2k6mkafa27ghwavc19jy8vi8kfndpj6vrgn0p5rc4kkc"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list