[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/76: gnu: go-golang-org-x-mod: Update to 0.19.0.
From: |
guix-commits |
Subject: |
12/76: gnu: go-golang-org-x-mod: Update to 0.19.0. |
Date: |
Mon, 15 Jul 2024 07:19:42 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit c090f335dc95fe65d9a74be461e54f84f3d67bdc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jul 12 13:13:13 2024 +0100
gnu: go-golang-org-x-mod: Update to 0.19.0.
* gnu/packages/golang-build.scm (go-golang-org-x-mod): Update to 0.19.0.
Change-Id: Iafc4551b0430d65e953d2d3383d6fd3eda839d30
---
gnu/packages/golang-build.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 1f1b0f9e66..92ff4cd9b9 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -241,20 +241,18 @@ compile does not support generics.")
(license license:bsd-3)))
(define-public go-golang-org-x-mod
- (let ((commit "7c05a442b7c1d1a107879b4a090bb5a38d3774a1")
- (revision "0"))
(package
(name "go-golang-org-x-mod")
- (version (git-version "0.7.0" revision commit))
+ (version "0.19.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/golang/mod")
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "14r24fq3kn84k2y2jvvg8hwpy52a3q429pimrdwl5zwknbr2awmh"))))
+ (base32 "02wilb8q2bp6qhqcrbjxq1pjy3y5k8p11pxlg481609zx4rjiszc"))))
(build-system go-build-system)
(arguments
'(#:import-path "golang.org/x/mod/"
@@ -272,7 +270,7 @@ modules themselves.
The specific case of loading packages should still be done by invoking the
@command{go} command, which remains the single point of truth for package
loading algorithms.")
- (license license:bsd-3))))
+ (license license:bsd-3)))
(define-public go-golang-org-x-net
(let ((commit "8e0e7d8d38f2b6d21d742845570dde2902d06a1d")
- 29/76: gnu: go-golang-org-x-xerrors: Update to 0.0.0-1.104605a., (continued)
- 29/76: gnu: go-golang-org-x-xerrors: Update to 0.0.0-1.104605a., guix-commits, 2024/07/15
- 30/76: gnu: go-gopkg-in-square-go-jose-v2: Disable tests., guix-commits, 2024/07/15
- 04/76: gnu: go-golang-org-x-exp: Update to 0.0.0-20240613232115-7f521ea00fb8., guix-commits, 2024/07/15
- 03/76: gnu: packages/golang: Set default go version to 1.21., guix-commits, 2024/07/15
- 05/76: gnu: Remove go-golang-org-x-exp-2023., guix-commits, 2024/07/15
- 06/76: gnu: Add go-golang-org-x-exp-typeparams., guix-commits, 2024/07/15
- 07/76: gnu: go-golang-org-x-image: Update to 0.18.0., guix-commits, 2024/07/15
- 08/76: gnu: go-golang-org-x-image: Fix indentation., guix-commits, 2024/07/15
- 09/76: gnu: go-golang-org-x-image: Enable tests., guix-commits, 2024/07/15
- 14/76: gnu: go-golang-org-x-mod: Enable tests., guix-commits, 2024/07/15
- 12/76: gnu: go-golang-org-x-mod: Update to 0.19.0.,
guix-commits <=
- 16/76: gnu: go-golang-org-x-net: Update to 0.27.0., guix-commits, 2024/07/15
- 19/76: gnu: go-golang-org-x-crypto: Update to 0.25.0., guix-commits, 2024/07/15
- 22/76: gnu: go-golang-org-x-term: Update to 0.22.0., guix-commits, 2024/07/15
- 24/76: gnu: go-golang-org-x-time: Update to 0.5.0., guix-commits, 2024/07/15
- 25/76: gnu: go-golang-org-x-time: Fix indentation., guix-commits, 2024/07/15
- 28/76: gnu: go-golang-org-x-tools: Enable most of the tests., guix-commits, 2024/07/15
- 31/76: gnu: go-github-com-pkg-errors: Disable tests., guix-commits, 2024/07/15
- 32/76: gnu: go-golang-zx2c4-com-wireguard: Disable tests., guix-commits, 2024/07/15
- 33/76: gnu: go-github-com-go-sql-driver-mysql: Update to 1.8.1., guix-commits, 2024/07/15
- 34/76: gnu: go-github-com-sourcegraph-jsonrpc2: Update to 0.2.0., guix-commits, 2024/07/15