me
/
guix
Archived
1
0
Fork 0

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.
Leo Famulari 2020-03-02 14:47:20 -05:00
parent 57f6ac8d90
commit 98c873181a
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -3067,7 +3067,7 @@ network protocol.")
(define-public go-github-com-pkg-errors (define-public go-github-com-pkg-errors
(package (package
(name "go-github-com-pkg-errors") (name "go-github-com-pkg-errors")
(version "0.9.0") (version "0.9.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3076,7 +3076,7 @@ network protocol.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1hlivqlcnm9wrj0v7h43gamw7mvg6svz9sm31fx28zn4ll25ablh")))) "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/pkg/errors")) `(#:import-path "github.com/pkg/errors"))