[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: go-golang-org-x-sys: Update to 0.4.0.
From: |
guix-commits |
Subject: |
01/13: gnu: go-golang-org-x-sys: Update to 0.4.0. |
Date: |
Mon, 27 Mar 2023 12:06:58 -0400 (EDT) |
lfam pushed a commit to branch wip-go-updates
in repository guix.
commit 3938ad33e1776c812e941c619b84fb19e2cf1442
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Sun Mar 5 12:54:45 2023 -0800
gnu: go-golang-org-x-sys: Update to 0.4.0.
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.4.0.
(go-golang-org-x-sys): Switch to gexp.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 ca78f7c229..6af4d8665f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3218,11 +3218,11 @@ packages.")
(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 @@ packages.")
(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.")
- branch wip-go-updates created (now d7239cd7df), guix-commits, 2023/03/27
- 03/13: gnu: Add go-github-com-hanwen-go-fuse-v2., guix-commits, 2023/03/27
- 02/13: gnu: go-golang-org-x-net: Update to 0.5.0., guix-commits, 2023/03/27
- 01/13: gnu: go-golang-org-x-sys: Update to 0.4.0.,
guix-commits <=
- 04/13: gnu: Add go-github-com-aperturerobotics-jacobsa-crypto., guix-commits, 2023/03/27
- 06/13: gnu: Add go-github-com-jacobsa-oglemock., guix-commits, 2023/03/27
- 11/13: gnu: Add gocryptfs., guix-commits, 2023/03/27
- 12/13: gnu: Go 1.19: Update to 1.19.7., guix-commits, 2023/03/27
- 10/13: gnu: Add go-github-com-rfjakob-eme., guix-commits, 2023/03/27
- 08/13: gnu: Add go-github-com-jacobsa-reqtrace., guix-commits, 2023/03/27
- 05/13: gnu: Add go-github-com-jacobsa-oglematchers., guix-commits, 2023/03/27
- 13/13: gnu: Go 1.20: Update to 1.20.2., guix-commits, 2023/03/27
- 07/13: gnu: Add go-github-com-jacobsa-ogletest., guix-commits, 2023/03/27
- 09/13: gnu: Add go-github-com-pkg-xattr., guix-commits, 2023/03/27