guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c34b494acab6d07bbece1d09c252be89f305b12f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:47 2025 +0100

    gnu: go-golang-org-x-arch: Update to 0.22.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-arch): Update to 0.22.0.
    
    Change-Id: I0c28af8446cbedba1be9fb6afd9a1ede65312433
---
 gnu/packages/golang-build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 5a49b2f3d2..31209cb6ec 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -558,7 +558,7 @@ library.")
 (define-public go-golang-org-x-arch
   (package
     (name "go-golang-org-x-arch")
-    (version "0.17.0")
+    (version "0.22.0")
     (source
      (origin
        (method git-fetch)
@@ -567,7 +567,7 @@ library.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02qwvciikyrssifdp50zbjgqvpkb6sj09jzjvyl1n9v5fvg7mxba"))))
+        (base32 "14s32fhg9wxvnsnl9szfsbhkxyxcql6dg2qwli055wfly8wly26m"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to