diff options
author | Leo Famulari <leo@famulari.name> | 2020-03-02 14:47:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-17 16:04:06 -0400 |
commit | 98c873181aa0005aa07e23566a37b3ede5523687 (patch) | |
tree | 6f644fbe3cff4e9c803865b6eac87cfe3caf81a3 /gnu | |
parent | 57f6ac8d902ca0103dd61cd2526aeb7284b171fc (diff) | |
download | guix-98c873181aa0005aa07e23566a37b3ede5523687.tar.gz |
gnu: go-github-com-pkg-errors: Update to 0.9.1.
* gnu/packages/golang.scm (go-github-com-pkg-errors): Update to 0.9.1.
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 0d92139311..184233b522 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3067,7 +3067,7 @@ network protocol.") (define-public go-github-com-pkg-errors (package (name "go-github-com-pkg-errors") - (version "0.9.0") + (version "0.9.1") (source (origin (method git-fetch) (uri (git-reference @@ -3076,7 +3076,7 @@ network protocol.") (file-name (git-file-name name version)) (sha256 (base32 - "1hlivqlcnm9wrj0v7h43gamw7mvg6svz9sm31fx28zn4ll25ablh")))) + "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) (build-system go-build-system) (arguments `(#:import-path "github.com/pkg/errors")) |