[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/28: gnu: Add ruby-hashicorp-checkpoint.
From: |
guix-commits |
Subject: |
22/28: gnu: Add ruby-hashicorp-checkpoint. |
Date: |
Sat, 24 Feb 2024 10:51:12 -0500 (EST) |
htgoebel pushed a commit to branch master
in repository guix.
commit b0d0c76dbec64d77fbc6e9b1a4f5b4c16e9f6160
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Wed Jul 26 20:48:23 2023 +0200
gnu: Add ruby-hashicorp-checkpoint.
* gnu/packages/ruby.scm (ruby-hashicorp-checkpoint): New variable.
---
gnu/packages/ruby.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 311650b6ec..1b72220b33 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9629,6 +9629,26 @@ follows Ruby conventions and requires little knowledge
of REST.")
(home-page "https://github.com/octokit/octokit.rb")
(license license:expat)))
+(define-public ruby-hashicorp-checkpoint
+ (package
+ (name "ruby-hashicorp-checkpoint")
+ (version "0.1.5")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "hashicorp-checkpoint" version))
+ (sha256
+ (base32
+ "1z6mwzvd7p2wqhmk07dwrhvm0ncgqm7pxn0pr2k025rwsspp9bsd"))))
+ (build-system ruby-build-system)
+ (arguments
+ (list #:tests? #f)) ;; no need to test, useless outside HashiCorp anyway
+ (synopsis "Internal HashiCorp service to check version information")
+ (description "This package is probably useless outside of internal
+HashiCorp use. It is open source for disclosure and because HashiCorp's open
+source projects must be able to link to it.")
+ (home-page "https://github.com/hashicorp/ruby-checkpoint")
+ (license license:mpl2.0)))
+
(define-public ruby-vagrant-cloud
(package
(name "ruby-vagrant-cloud")
- 15/28: gnu: Add ruby-time., (continued)
- 15/28: gnu: Add ruby-time., guix-commits, 2024/02/24
- 20/28: gnu: Add ruby-vagrant-spec., guix-commits, 2024/02/24
- 21/28: gnu: Add ruby-vagrant-spec-helper-basic., guix-commits, 2024/02/24
- 16/28: gnu: Add ruby-google-protobuf., guix-commits, 2024/02/24
- 06/28: gnu: Add ruby-net-sftp., guix-commits, 2024/02/24
- 11/28: gnu: Add ruby-rgl., guix-commits, 2024/02/24
- 12/28: gnu: Add ruby-sfl., guix-commits, 2024/02/24
- 08/28: gnu: Add ruby-pairing-heap., guix-commits, 2024/02/24
- 10/28: gnu: Add ruby-stream., guix-commits, 2024/02/24
- 19/28: gnu: Add ruby-vagrant-cloud., guix-commits, 2024/02/24
- 22/28: gnu: Add ruby-hashicorp-checkpoint.,
guix-commits <=
- 23/28: gnu: ruby-childprocess: Update to 4.1.0., guix-commits, 2024/02/24
- 17/28: gnu: Add ruby-googleapis-common-protos-types., guix-commits, 2024/02/24
- 18/28: gnu: Add ruby-grpc., guix-commits, 2024/02/24
- 25/28: gnu: Add ruby-fog-core., guix-commits, 2024/02/24
- 24/28: gnu: Add ruby-libvirt., guix-commits, 2024/02/24
- 27/28: gnu: Add ruby-fog-xml., guix-commits, 2024/02/24
- 26/28: gnu: Add ruby-fog-json., guix-commits, 2024/02/24
- 28/28: gnu: Add ruby-fog-libvirt., guix-commits, 2024/02/24