From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 61989@debbugs.gnu.org
Cc: Felix Lechner <felix.lechner@lease-up.com>
Subject: [bug#61989] [PATCH 01/11] gnu: go-golang-org-x-sys: Update to 0.4.0.
Date: Sun, 5 Mar 2023 12:54:45 -0800 [thread overview]
Message-ID: <eec248ad6ad98fb222e6c84a2816a57b92867db4.1678049134.git.felix.lechner@lease-up.com> (raw)
In-Reply-To: <cover.1678049134.git.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 465e0fd4c7..b8ff64019e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3218,11 +3218,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
@@ -3231,15 +3231,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.39.1
next prev parent reply other threads:[~2023-03-05 20:56 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-05 20:52 [bug#61989] [PATCH 00/11] Adding Gocryptfs (feature branch) Felix Lechner via Guix-patches via
2023-03-05 20:54 ` Felix Lechner via Guix-patches via [this message]
2023-03-05 20:54 ` [bug#61989] [PATCH 02/11] gnu: go-golang-org-x-net: Update to 0.5.0 Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 03/11] gnu: Add go-github-com-hanwen-go-fuse-v2 Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 04/11] gnu: Add go-github-com-aperturerobotics-jacobsa-crypto Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 05/11] gnu: Add go-github-com-jacobsa-oglematchers Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 06/11] gnu: Add go-github-com-jacobsa-oglemock Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 07/11] gnu: Add go-github-com-jacobsa-ogletest Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 08/11] gnu: Add go-github-com-jacobsa-reqtrace Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 09/11] gnu: Add go-github-com-pkg-xattr Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 10/11] gnu: Add go-github-com-rfjakob-eme Felix Lechner via Guix-patches via
2023-03-05 20:54 ` [bug#61989] [PATCH 11/11] gnu: Add gocryptfs Felix Lechner via Guix-patches via
2023-03-06 16:42 ` [bug#61989] [PATCH 00/11] Adding Gocryptfs (feature branch) Leo Famulari
2023-03-07 23:06 ` Leo Famulari
2023-03-08 0:02 ` Felix Lechner via Guix-patches via
2023-03-08 15:10 ` Leo Famulari
2023-03-10 0:21 ` Felix Lechner via Guix-patches via
2023-03-10 1:54 ` Leo Famulari
2023-03-11 16:17 ` Leo Famulari
2023-03-12 5:27 ` Felix Lechner via Guix-patches via
2023-03-14 2:05 ` Felix Lechner via Guix-patches via
2023-03-16 1:21 ` Leo Famulari
2023-03-16 19:44 ` Felix Lechner via Guix-patches via
2023-03-16 23:59 ` Leo Famulari
2023-03-17 19:02 ` Felix Lechner via Guix-patches via
2023-03-19 8:51 ` Efraim Flashner
2023-03-19 17:17 ` Leo Famulari
2023-03-19 17:22 ` Leo Famulari
2023-03-19 17:25 ` Felix Lechner via Guix-patches via
2023-03-19 20:38 ` Leo Famulari
2023-03-19 20:46 ` Leo Famulari
2023-03-19 20:48 ` Felix Lechner via Guix-patches via
2023-03-19 20:51 ` Leo Famulari
2023-03-19 20:54 ` Felix Lechner via Guix-patches via
2023-03-19 21:04 ` Leo Famulari
2023-03-19 21:31 ` Felix Lechner via Guix-patches via
2023-03-28 20:37 ` bug#61989: " Leo Famulari
2023-03-28 20:54 ` [bug#61989] " Felix Lechner via Guix-patches via
2023-03-13 17:53 ` Leo Famulari
2023-03-13 20:37 ` 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=eec248ad6ad98fb222e6c84a2816a57b92867db4.1678049134.git.felix.lechner@lease-up.com \
--to=guix-patches@gnu.org \
--cc=61989@debbugs.gnu.org \
--cc=felix.lechner@lease-up.com \
/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).