[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/15: gnu: go-etcd-io-bbolt: Update to 1.3.6.
From: |
guix-commits |
Subject: |
13/15: gnu: go-etcd-io-bbolt: Update to 1.3.6. |
Date: |
Thu, 5 Aug 2021 10:03:11 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 457a472888d3e8171184755d53c318aa3fa99d0c
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Fri Jun 25 00:21:05 2021 -0700
gnu: go-etcd-io-bbolt: Update to 1.3.6.
* gnu/packages/golang.scm (go-etcd-io-bbolt): Update to 1.3.6.
[propagated-inputs]: Add go-golang-org-x-sys.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/golang.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 46d7c4b..ed8f504 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7464,7 +7464,7 @@ deleting secrets from the system keyring.")
(define-public go-etcd-io-bbolt
(package
(name "go-etcd-io-bbolt")
- (version "1.3.5")
+ (version "1.3.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7473,10 +7473,12 @@ deleting secrets from the system keyring.")
(file-name (git-file-name name version))
(sha256
(base32
- "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r"))))
+ "0pj5245d417za41j6p09fmkbv05797vykr1bi9a6rnwddh1dbs8d"))))
(build-system go-build-system)
(arguments
`(#:import-path "go.etcd.io/bbolt"))
+ (propagated-inputs
+ `(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
(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.")
- 05/15: gnu: go-github-com-puerkitobio-goquery: Update to 1.7.0., (continued)
- 05/15: gnu: go-github-com-puerkitobio-goquery: Update to 1.7.0., guix-commits, 2021/08/05
- 07/15: gnu: go-github-com-sergi-go-diff: Update to 1.2.0., guix-commits, 2021/08/05
- 04/15: gnu: ibus-rime: Update to 1.5.0., guix-commits, 2021/08/05
- 08/15: gnu: go-github-com-pelletier-go-toml: Update to 1.9.3., guix-commits, 2021/08/05
- 03/15: gnu: rime-data: Update to 0.38.20210802., guix-commits, 2021/08/05
- 11/15: gnu: go-github-com-dlclark-regexp2: Update to 1.4.0., guix-commits, 2021/08/05
- 12/15: gnu: go-gopkg-in-check-v1: Update to 1.0.0-20201130134442-10cb98267c6c., guix-commits, 2021/08/05
- 06/15: gnu: go-go-uber-org-atomic: Update to 1.8.0., guix-commits, 2021/08/05
- 09/15: gnu: go-github-com-masterminds-goutils: Update to 1.1.1., guix-commits, 2021/08/05
- 10/15: gnu: go-github-com-magiconair-properties: Update to 1.8.5., guix-commits, 2021/08/05
- 13/15: gnu: go-etcd-io-bbolt: Update to 1.3.6.,
guix-commits <=
- 14/15: gnu: earlyoom: Patch tests for go-1.16., guix-commits, 2021/08/05
- 15/15: gnu: go-1.16: Honor #:parallel-build?, guix-commits, 2021/08/05