[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/13: gnu: Go 1.19: Update to 1.19.7.
From: |
guix-commits |
Subject: |
12/13: gnu: Go 1.19: Update to 1.19.7. |
Date: |
Mon, 27 Mar 2023 12:07:06 -0400 (EDT) |
lfam pushed a commit to branch wip-go-updates
in repository guix.
commit 9a807e73119db8cf35bf9e67030780c7327d41a5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Mar 6 11:36:23 2023 -0500
gnu: Go 1.19: Update to 1.19.7.
* gnu/packages/golang.scm (go-1.19): Update to 1.19.7.
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index da0ae52a61..a6c1ba86e4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -857,7 +857,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(package
(inherit go-1.18)
(name "go")
- (version "1.19.5")
+ (version "1.19.7")
(source
(origin
(method git-fetch)
@@ -867,7 +867,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(file-name (git-file-name name version))
(sha256
(base32
- "0ah4l01h8qj0vj9668bdgr5m69fq16dz1fjlj332vhysxc6bkc27"))))
+ "0rrpfhv6vdwqs0jnld0iqsky5wlirir05czf34kvsf2db21nzdi9"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.18)
((#:phases phases)
- 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, 2023/03/27
- 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 <=
- 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