sharlatan pushed a commit to branch go-team
in repository guix.

commit da10c2bd2e0171f7abd1f534392bc20a3afbaef7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 12 22:25:35 2024 +0100

    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
---
 gnu/packages/golang-build.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

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

Reply via email to