diff options
| author | Leo Famulari <leo@famulari.name> | 2021-09-09 16:51:27 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2021-09-09 16:54:05 -0400 |
| commit | cf4ccde47d9df93569851e848c73a5c3d489a440 (patch) | |
| tree | 743df80e2bfd127d1840288f741372f5a4eb8ad2 | |
| parent | d36c73b8a8f52732753c11125cfb4d8bf735f8b7 (diff) | |
gnu: go-1.17: Update to 1.17.1.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.1.
| -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 b051ed29905..2dfd47d3966 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -612,7 +612,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") | |||
| 612 | (package | 612 | (package |
| 613 | (inherit go-1.16) | 613 | (inherit go-1.16) |
| 614 | (name "go") | 614 | (name "go") |
| 615 | (version "1.17") | 615 | (version "1.17.1") |
| 616 | (source | 616 | (source |
| 617 | (origin | 617 | (origin |
| 618 | (method git-fetch) | 618 | (method git-fetch) |
| @@ -622,7 +622,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") | |||
| 622 | (file-name (git-file-name name version)) | 622 | (file-name (git-file-name name version)) |
| 623 | (sha256 | 623 | (sha256 |
| 624 | (base32 | 624 | (base32 |
| 625 | "1psra6j95ws38mx3scc1whky8cwk32mazqs0wzzdwbs8ppl8iwl5")))) | 625 | "0wk99lwpzp4qwrksl932lm9vb70nyf4vgb5lxwh7gzjcbhlqj992")))) |
| 626 | (outputs '("out" "tests")) ; 'tests' contains distribution tests. | 626 | (outputs '("out" "tests")) ; 'tests' contains distribution tests. |
| 627 | (arguments | 627 | (arguments |
| 628 | `(#:modules ((ice-9 match) | 628 | `(#:modules ((ice-9 match) |
