[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/60: gnu: Add go-etcd-io-bbolt.
From: |
guix-commits |
Subject: |
57/60: gnu: Add go-etcd-io-bbolt. |
Date: |
Sun, 9 Aug 2020 10:25:07 -0400 (EDT) |
wigust pushed a commit to branch master
in repository guix.
commit f4d548b89a9b4bacb4f9cb38e22064f4f855989e
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Aug 9 16:20:39 2020 +0300
gnu: Add go-etcd-io-bbolt.
* gnu/packages/golang.scm (go-etcd-io-bbolt): New variable.
---
gnu/packages/golang.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c19b944..0eb8091 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5537,3 +5537,24 @@ bindings for the D-Bus message bus system.")
(description "@code{go-keyring} is a library for setting, getting and
deleting secrets from the system keyring.")
(license license:expat)))
+
+(define-public go-etcd-io-bbolt
+ (package
+ (name "go-etcd-io-bbolt")
+ (version "1.3.5")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/etcd-io/bbolt")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "go.etcd.io/bbolt"))
+ (home-page "https://pkg.go.dev/go.etcd.io/bbolt/")
+ (synopsis "Low-level key/value store in Go")
+ (description "This package implements a low-level key/value store in Go.")
+ (license license:expat)))
- 41/60: gnu: Add go-github-com-xanzy-ssh-agent., (continued)
- 41/60: gnu: Add go-github-com-xanzy-ssh-agent., guix-commits, 2020/08/09
- 45/60: gnu: Factorize go-github-com-jbenet-go-context., guix-commits, 2020/08/09
- 38/60: gnu: Add go-github-com-go-git-go-billy., guix-commits, 2020/08/09
- 40/60: gnu: Add go-github-com-kevinburke-ssh-config., guix-commits, 2020/08/09
- 43/60: gnu: Add go-github-com-alcortesm-tgz., guix-commits, 2020/08/09
- 51/60: gnu: Add go-github-com-twpayne-go-shell., guix-commits, 2020/08/09
- 52/60: gnu: Add go-github-com-twpayne-go-vfs., guix-commits, 2020/08/09
- 35/60: gnu: Add go-github-com-emirpasic-gods-utils., guix-commits, 2020/08/09
- 42/60: gnu: Factorize go-github-com-emirpasic-gods., guix-commits, 2020/08/09
- 55/60: gnu: Add go-github-com-godbus-dbus., guix-commits, 2020/08/09
- 57/60: gnu: Add go-etcd-io-bbolt.,
guix-commits <=
- 50/60: gnu: Add go-github-com-pkg-diff., guix-commits, 2020/08/09
- 54/60: gnu: Add go-github-com-twpayne-go-xdg., guix-commits, 2020/08/09
- 56/60: gnu: Add go-github-com-zalando-go-keyring., guix-commits, 2020/08/09
- 59/60: gnu: Add gopkg-in-errgo-fmt-errors., guix-commits, 2020/08/09
- 36/60: gnu: Add go-gopkg-in-warnings., guix-commits, 2020/08/09
- 37/60: gnu: Add go-github-com-go-git-gcfg., guix-commits, 2020/08/09
- 58/60: gnu: Add go-github-com-rogpeppe-go-internal., guix-commits, 2020/08/09
- 44/60: gnu: Add go-github-com-go-git-go-git-fixtures., guix-commits, 2020/08/09
- 46/60: gnu: Add go-github-go-git., guix-commits, 2020/08/09
- 47/60: gnu: Add go-github-com-google-go-querystring., guix-commits, 2020/08/09