[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/35: gnu: go-github-com-pkg-errors: Update to 0.9.0.
From: |
guix-commits |
Subject: |
21/35: gnu: go-github-com-pkg-errors: Update to 0.9.0. |
Date: |
Thu, 13 Feb 2020 19:55:36 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 726727e163a0fc9401c886e27c1c4ca892b6efa2
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Feb 12 21:32:07 2020 -0500
gnu: go-github-com-pkg-errors: Update to 0.9.0.
* gnu/packages/golang.scm (go-github-com-pkg-errors): Update to 0.9.0.
---
gnu/packages/golang.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c17c605..fd676f0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2936,28 +2936,26 @@ network protocol.")
(license license:expat)))
(define-public go-github-com-pkg-errors
- (let ((commit "27936f6d90f9c8e1145f11ed52ffffbfdb9e0af7")
- (revision "0"))
- (package
- (name "go-github-com-pkg-errors")
- (version (git-version "0.8.1" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/pkg/errors.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0yzmgi6g4ak4q8y7w6x0n5cbinlcn8yc3gwgzy4yck00qdn25d6y"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/pkg/errors"))
- (synopsis "Go error handling primitives")
- (description "This package provides @code{error}, which offers simple
+ (package
+ (name "go-github-com-pkg-errors")
+ (version "0.9.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pkg/errors.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1hlivqlcnm9wrj0v7h43gamw7mvg6svz9sm31fx28zn4ll25ablh"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/pkg/errors"))
+ (synopsis "Go error handling primitives")
+ (description "This package provides @code{error}, which offers simple
error handling primitives in Go.")
- (home-page "https://github.com/pkg/errors")
- (license license:bsd-2))))
+ (home-page "https://github.com/pkg/errors")
+ (license license:bsd-2)))
(define-public go-github-com-maruel-panicparse
(package
- 15/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.0., (continued)
- 15/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.0., guix-commits, 2020/02/13
- 19/35: gnu: go-github-com-gogo-protobuf: Update to 1.3.1., guix-commits, 2020/02/13
- 24/35: gnu: Add go-github-com-pmezard-go-difflib., guix-commits, 2020/02/13
- 26/35: gnu: Add go-github-com-russross-blackfriday., guix-commits, 2020/02/13
- 20/35: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.4.0., guix-commits, 2020/02/13
- 32/35: gnu: go-github-com-marten-seemann-qtls: Update to 0.3.2., guix-commits, 2020/02/13
- 34/35: gnu: Add go-github-com-cespare-xxhash., guix-commits, 2020/02/13
- 35/35: gnu: Syncthing: Update to 1.3.4., guix-commits, 2020/02/13
- 31/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.1., guix-commits, 2020/02/13
- 30/35: gnu: go-github-com-syndtr-goleveldb: Update to 1.0.1-4.7581283., guix-commits, 2020/02/13
- 21/35: gnu: go-github-com-pkg-errors: Update to 0.9.0.,
guix-commits <=
- 28/35: gnu: go-github-com-urfave-cli: Update to 1.22.2., guix-commits, 2020/02/13
- 22/35: gnu: Change upstream for the go-nat-pmp Go NAT-PMP client., guix-commits, 2020/02/13
- 27/35: gnu: Add go-github-com-go-md2man., guix-commits, 2020/02/13
- 23/35: gnu: go-github-com-mattn-go-isatty: Update to 0.0.11., guix-commits, 2020/02/13
- 25/35: gnu: Add go-github-com-shurcool-sanitized-anchor-name., guix-commits, 2020/02/13
- 29/35: gnu: go-github-com-prometheus-client-golang: Update to 1.2.1., guix-commits, 2020/02/13
- 33/35: gnu: go-github-com-lucas-clemente-quic-go: Update to 0.12.1., guix-commits, 2020/02/13