[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: Go: Update to 1.12.10.
From: |
guix-commits |
Subject: |
01/09: gnu: Go: Update to 1.12.10. |
Date: |
Tue, 29 Oct 2019 11:28:50 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 4428532012637b39d9f5dabe8aea62a27a98341a
Author: Leo Famulari <address@hidden>
Date: Thu Oct 17 13:38:12 2019 -0400
gnu: Go: Update to 1.12.10.
* gnu/packages/golang.scm (go-1.12): Update to 1.12.10.
---
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 51be20b..e17d19c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -401,7 +401,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(package
(inherit go-1.4)
(name "go")
- (version "1.12.7")
+ (version "1.12.10")
(source
(origin
(method url-fetch)
@@ -409,7 +409,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
name version ".src.tar.gz"))
(sha256
(base32
- "04rvwj69gmw3bz8pw5pf10r21ar0pgpnswp15nkddf04dxyl9s4m"))))
+ "0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.4)
((#:phases phases)
- branch master updated (878e0e1 -> e53f9ce), guix-commits, 2019/10/29
- 02/09: gnu: Remove Go 1.11., guix-commits, 2019/10/29
- 05/09: gnu: Qart: Consolidate packages., guix-commits, 2019/10/29
- 07/09: gnu: go-github-com-chmduquesne-rollinghash: Remove extraneous comment., guix-commits, 2019/10/29
- 04/09: gnu: gogoprotobuf: Consolidate packages., guix-commits, 2019/10/29
- 01/09: gnu: Go: Update to 1.12.10.,
guix-commits <=
- 08/09: gnu: go-gopkg.in-asn1-ber.v1: Update comment., guix-commits, 2019/10/29
- 09/09: gnu: go-github-com-wtolson-go-taglib: Update comment., guix-commits, 2019/10/29
- 06/09: gnu: Prometheus Go packages: Consolidate., guix-commits, 2019/10/29
- 03/09: gnu: Go standard library 'x' packages: Consolidate., guix-commits, 2019/10/29