[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
76/78: gnu: Remove go-etcd-io-bbolt.
From: |
guix-commits |
Subject: |
76/78: gnu: Remove go-etcd-io-bbolt. |
Date: |
Fri, 23 Feb 2024 03:12:17 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b55688296494efa90134a35bccbbb2a956cf3c90
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Feb 10 22:29:42 2024 +0100
gnu: Remove go-etcd-io-bbolt.
go-go-etcd-io-bbolt and go-etcd-io-bbolt are the same version and source
packages. This change removes go-etcd-io-bbolt and keeps
go-go-etcd-io-bbolt.
* gnu/packages/configuration-management.scm (chezmoi) [native-inputs]:
Add go-go-etcd-io-bbolt. Remove go-etcd-io-bbolt.
* gnu/packages/golang.scm (go-etcd-io-bbolt): Remove variable.
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/configuration-management.scm | 4 ++--
gnu/packages/golang.scm | 23 -----------------------
2 files changed, 2 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/configuration-management.scm
b/gnu/packages/configuration-management.scm
index de27f50e0c..5c72c4024a 100644
--- a/gnu/packages/configuration-management.scm
+++ b/gnu/packages/configuration-management.scm
@@ -78,8 +78,7 @@
"secretonepassword.txt"
"secretpass.txt")))))))
(native-inputs
- (list go-etcd-io-bbolt
- go-github-com-alecthomas-chroma
+ (list go-github-com-alecthomas-chroma
go-github-com-aymerick-douceur
go-github-com-bmatcuk-doublestar-v2
go-github-com-charmbracelet-glamour
@@ -124,6 +123,7 @@
go-github-com-yuin-goldmark
go-github-com-zalando-go-keyring
go-github-go-git
+ go-go-etcd-io-bbolt
go-golang-org-x-crypto
go-golang-org-x-net
go-golang-org-x-oauth2
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c93541b7ac..26531444bb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8494,29 +8494,6 @@ losing type information. The primary intended use is
for implementing
configuration languages, but other uses may be possible too.")
(license license:expat)))
-(define-public go-etcd-io-bbolt
- (package
- (name "go-etcd-io-bbolt")
- (version "1.3.6")
- (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
- "0pj5245d417za41j6p09fmkbv05797vykr1bi9a6rnwddh1dbs8d"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "go.etcd.io/bbolt"))
- (propagated-inputs
- (list 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.")
- (license license:expat)))
-
(define-public go-github-com-bwesterb-go-ristretto
(package
(name "go-github-com-bwesterb-go-ristretto")
- 23/78: gnu: Add libsixel., (continued)
- 23/78: gnu: Add libsixel., guix-commits, 2024/02/23
- 41/78: gnu: emacs-ebib: Update to 2.40.4., guix-commits, 2024/02/23
- 39/78: gnu: emacs-doom-modeline: Update to 4.1.0., guix-commits, 2024/02/23
- 44/78: gnu: emacs-elpher: Update to 3.5.1., guix-commits, 2024/02/23
- 52/78: gnu: emacs-log4e: Update to 0.4.1., guix-commits, 2024/02/23
- 56/78: gnu: emacs-nodejs-repl: Update to 0.2.5., guix-commits, 2024/02/23
- 46/78: gnu: emacs-evil-matchit: Update to 3.0.4., guix-commits, 2024/02/23
- 58/78: gnu: emacs-org: Update to 9.6.19., guix-commits, 2024/02/23
- 72/78: gnu: emacs-ox-tufte: Run tests., guix-commits, 2024/02/23
- 67/78: gnu: emacs-treebundel: Update to 0.3.0., guix-commits, 2024/02/23
- 76/78: gnu: Remove go-etcd-io-bbolt.,
guix-commits <=
- 78/78: Merge remote-tracking branch 'origin/master' into go-team Change-Id: I610a9cfef99c99b0abe50c7d363d5a9ac5799d69, guix-commits, 2024/02/23
- 37/78: gnu: emacs-consult: Update to 1.2., guix-commits, 2024/02/23