unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 58658@debbugs.gnu.org
Cc: mail@cbaines.net, Felix Lechner <felix.lechner@lease-up.com>
Subject: [bug#58658] [PATCH v3 1/3] gnu: go-golang-org-x-sys: Update to 0.4.0.
Date: Thu,  5 Jan 2023 06:40:44 -0800	[thread overview]
Message-ID: <20230105144046.2994-2-felix.lechner@lease-up.com> (raw)
In-Reply-To: <20230105144046.2994-1-felix.lechner@lease-up.com>

* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.4.0.
(go-golang-org-x-sys): Switch to gexp.
---
 gnu/packages/golang.scm | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..f55e708e82 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3051,11 +3051,11 @@ (define-public go-golang-org-x-sync
       (license license:bsd-3))))
 
 (define-public go-golang-org-x-sys
-  (let ((commit "ed5796bab16455f104b6a384d51b7f9990cb9806")
-        (revision "8"))
+  (let ((commit "b60007cc4e6f966b1c542e343d026d06723e5653")
+        (revision "0"))
     (package
       (name "go-golang-org-x-sys")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "0.4.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -3064,15 +3064,17 @@ (define-public go-golang-org-x-sys
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "081vs5bg91mwg5bdmlcvy2qyrvg766aicj47smcwfk4bbh0nc0qa"))))
+                  "0fr2d6fnpbqx6n89sg9lsinqkdaw49y068kqj2g0cxlhbh69hzii"))))
       (build-system go-build-system)
       (arguments
-       `(#:import-path "golang.org/x/sys"
-         ;; Source-only package
-         #:tests? #f
-         #:phases
-         (modify-phases %standard-phases
-           (delete 'build))))
+       (list
+        #:import-path "golang.org/x/sys"
+        ;; Source-only package
+        #:tests? #f
+        #:phases
+        #~(modify-phases %standard-phases
+            ;; Source-only package
+            (delete 'build))))
       (synopsis "Go support for low-level system interaction")
       (description "This package provides supplemental libraries offering Go
 support for low-level interaction with the operating system.")
-- 
2.38.1





  reply	other threads:[~2023-01-05 14:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20 12:47 [bug#58658] [PATCH] go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
2022-11-20 11:22 ` Christopher Baines
2022-11-20 13:20   ` Felix Lechner via Guix-patches via
2022-12-19 19:40 ` [bug#58658] [PATCH v2] gnu: " Felix Lechner via Guix-patches via
2022-12-19 19:40   ` [bug#58658] [PATCH v2 1/3] gnu: go-golang-org-x-sys: Update to 0.3.0 Felix Lechner via Guix-patches via
2022-12-19 19:40   ` [bug#58658] [PATCH v2 2/3] gnu: go-golang-org-x-net: Update to 0.1.0 Felix Lechner via Guix-patches via
2022-12-19 19:40   ` [bug#58658] [PATCH v2 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016 Felix Lechner via Guix-patches via
2022-12-21 22:41 ` [bug#58658] Now needs to go into staging Felix Lechner via Guix-patches via
2023-01-05 14:40 ` [bug#58658] [PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
2023-01-05 14:40   ` Felix Lechner via Guix-patches via [this message]
2023-01-05 14:40   ` [bug#58658] [PATCH v3 2/3] " Felix Lechner via Guix-patches via
2023-01-05 14:40   ` [bug#58658] [PATCH v3 3/3] gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016 Felix Lechner via Guix-patches via
2023-03-05 21:01 ` bug#58658: Superseded by new bug Felix Lechner via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230105144046.2994-2-felix.lechner@lease-up.com \
    --to=guix-patches@gnu.org \
    --cc=58658@debbugs.gnu.org \
    --cc=felix.lechner@lease-up.com \
    --cc=mail@cbaines.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).