aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2ce1f0cd4c..302606bd46 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -454,7 +454,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.14)
(name "go")
- (version "1.16.8")
+ (version "1.16.11")
(source
(origin
(method git-fetch)
@@ -464,7 +464,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(file-name (git-file-name name version))
(sha256
(base32
- "00zv65v09kr2cljxxqypk980r4b4aqjijhbw4ikppn8km68h831n"))))
+ "1jn45bci9cvkvybvy9ql2rsgj06kg3sl027vhv0h0bavgqa7qk20"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.14)
((#:tests? _) #t)
ration....Maxim Cournoyer 2021-08-28images: pinebook-pro: Fix the agetty baud rate....Mathieu Othacehe 2021-02-21image: Add rock64 support....Marius Bakke 2021-02-17scripts: system: Accept <image> records as input....Mathieu Othacehe 2021-01-20images: pinebook-pro: Fix default serial port....Caliph Nomble 2021-01-10system: image: Fix root offset on rockchip platforms....Mathieu Othacehe