[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu Add go-github-com-golang-protobuf-proto.
From: |
Leo Famulari |
Subject: |
03/13: gnu Add go-github-com-golang-protobuf-proto. |
Date: |
Thu, 8 Feb 2018 15:18:38 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 339e44dac20ee24a706878093a5756f0eec4c95f
Author: Leo Famulari <address@hidden>
Date: Sun Jan 28 19:25:49 2018 -0500
gnu Add go-github-com-golang-protobuf-proto.
* gnu/packages/syncthing.scm (go-github-com-golang-protobuf-proto): New
variable.
---
gnu/packages/syncthing.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index e5b447b..904f32f 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1953,3 +1953,30 @@ approximate quantiles over an unbounded data stream
within low memory and CPU
bounds.")
(home-page "https://github.com/beorn7/perks")
(license expat))))
+
+(define-public go-github-com-golang-protobuf-proto
+ (let ((commit "1e59b77b52bf8e4b449a57e6f79f21226d571845")
+ (revision "0"))
+ (package
+ (name "go-github-com-golang-protobuf-proto")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/golang/protobuf.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "19bkh81wnp6njg3931wky6hsnnl2d1ig20vfjxpv450sd3k6yys8"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/golang/protobuf/proto"
+ #:unpack-path "github.com/golang/protobuf"
+ #:tests? #f ; requires unpackaged golang.org/x/sync/errgroup
+ ))
+ (synopsis "Go support for Protocol Buffers")
+ (description "This package provides Go support for the Protocol Buffers
+data serialization format.")
+ (home-page "https://github.com/golang/protobuf")
+ (license bsd-3))))
- branch master updated (6666f4f -> e61da2e), Leo Famulari, 2018/02/08
- 01/13: gnu: Add go-github-com-beorn7-perks-quantile., Leo Famulari, 2018/02/08
- 02/13: gnu: go-github-com-gogo-protobuf: Update to 0.5-2.160de10., Leo Famulari, 2018/02/08
- 05/13: gnu: Add go-github-com-matttproud-golang-protobuf-extensions-pbutil., Leo Famulari, 2018/02/08
- 07/13: gnu: Add go-github-com-prometheus-procfs., Leo Famulari, 2018/02/08
- 03/13: gnu Add go-github-com-golang-protobuf-proto.,
Leo Famulari <=
- 06/13: gnu: Add go-github-com-prometheus-common-expfmt., Leo Famulari, 2018/02/08
- 13/13: gnu: mpv: Fix CVE-2018-6360., Leo Famulari, 2018/02/08
- 11/13: gnu: go-github-com-zillode-notify: Update to 0.0.0-2.a8abcfb., Leo Famulari, 2018/02/08
- 08/13: gnu: Add go-github-com-client-golang-prometheus-promhttp., Leo Famulari, 2018/02/08
- 04/13: gnu: Add go-github-com-prometheus-client-model-go., Leo Famulari, 2018/02/08
- 10/13: gnu: Add go-github-com-prometheus-union., Leo Famulari, 2018/02/08
- 09/13: gnu: Add go-github-com-client-golang-prometheus., Leo Famulari, 2018/02/08
- 12/13: gnu: Update syncthing to 0.14.44., Leo Famulari, 2018/02/08