diff options
| author | Sarah Morgensen <iskarian@mgsn.dev> | 2021-09-09 12:54:43 -0700 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2021-09-09 16:27:42 -0400 |
| commit | 14d8413fc53aac86bd1fa4b7f94969ed62c221b6 (patch) | |
| tree | a0e2fa39a8829fb2daa36402ad27fe749f662860 /gnu | |
| parent | bae57cc7d2917c4a67e9afb68ed61ad7117ea7ea (diff) | |
gnu: go-1.16: Update to 1.16.8.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index b6e8b84749f..3c151b716ec 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -453,7 +453,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") | |||
| 453 | (package | 453 | (package |
| 454 | (inherit go-1.14) | 454 | (inherit go-1.14) |
| 455 | (name "go") | 455 | (name "go") |
| 456 | (version "1.16.7") | 456 | (version "1.16.8") |
| 457 | (source | 457 | (source |
| 458 | (origin | 458 | (origin |
| 459 | (method git-fetch) | 459 | (method git-fetch) |
| @@ -463,7 +463,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") | |||
| 463 | (file-name (git-file-name name version)) | 463 | (file-name (git-file-name name version)) |
| 464 | (sha256 | 464 | (sha256 |
| 465 | (base32 | 465 | (base32 |
| 466 | "1id6nsavf7gm78bmzsvym135pi2xa0v75ny51xrw93j70clz9w0h")))) | 466 | "00zv65v09kr2cljxxqypk980r4b4aqjijhbw4ikppn8km68h831n")))) |
| 467 | (arguments | 467 | (arguments |
| 468 | (substitute-keyword-arguments (package-arguments go-1.14) | 468 | (substitute-keyword-arguments (package-arguments go-1.14) |
| 469 | ((#:tests? _) #t) | 469 | ((#:tests? _) #t) |
