me
/
guix
Archived
1
0
Fork 0

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: I0bb672f602fd6febf65cfd8dcb53797a9d4bf376
master
Sharlatan Hellseher 2024-07-12 16:07:47 +01:00
parent 86334801d3
commit 6aa588ed86
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 3 additions and 3 deletions

View File

@ -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"))