[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/15: gnu: ruby-rbnacl: Update to 7.1.1.
From: |
guix-commits |
Subject: |
03/15: gnu: ruby-rbnacl: Update to 7.1.1. |
Date: |
Mon, 10 Jul 2023 07:40:26 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 98eaf21d4aa897b9fee1d5aec4ffff4c393299cf
Author: gemmaro <gemmaro.dev@gmail.com>
AuthorDate: Sun Jul 9 14:57:19 2023 +0900
gnu: ruby-rbnacl: Update to 7.1.1.
* gnu/packages/ruby.scm (ruby-rbnacl): Update to 7.1.1.
[home-page]: Update to current home page link.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a2a691a514..9426a95f01 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3249,14 +3249,14 @@ same log file.")
(define-public ruby-rbnacl
(package
(name "ruby-rbnacl")
- (version "6.0.1")
+ (version "7.1.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "rbnacl" version))
(sha256
(base32
- "0ajxy5kj2jw09wdsla3jmha8w07vj5l14288xr9djpl327g3lzhn"))))
+ "0y8yzianlkc9w6sbqy8iy8l0yym0y6x7p5rjflkfixq76fqmhvzk"))))
(build-system ruby-build-system)
(arguments
`(#:phases
@@ -3299,7 +3299,7 @@ same log file.")
"This package provides Ruby FFI bindings to the Networking and
Cryptography (NaCl) library, also known as libsodium. This provides a
high-level toolkit for building cryptographic systems and protocols.")
- (home-page "https://github.com/crypto-rb/rbnacl")
+ (home-page "https://github.com/RubyCrypto/rbnacl")
(license license:expat)))
(define-public ruby-rbtree
- 12/15: gnu: ruby-hamster: Fix build., (continued)
- 12/15: gnu: ruby-hamster: Fix build., guix-commits, 2023/07/10
- 11/15: gnu: ruby-terraform: Update to 1.7.0., guix-commits, 2023/07/10
- 10/15: gnu: Add ruby-faker., guix-commits, 2023/07/10
- 14/15: gnu: python-curtsies: Update to 0.4.1., guix-commits, 2023/07/10
- 07/15: gnu: ruby-i18n: Update to 1.13.0., guix-commits, 2023/07/10
- 06/15: gnu: ruby-net-ssh: Update to 7.1.0., guix-commits, 2023/07/10
- 09/15: gnu: Add ruby-immutable-struct., guix-commits, 2023/07/10
- 02/15: gnu: Add ruby-ed25519., guix-commits, 2023/07/10
- 08/15: gnu: ruby-lino: Update to 3.1.0., guix-commits, 2023/07/10
- 15/15: gnu: bpython: Update to 0.24., guix-commits, 2023/07/10
- 03/15: gnu: ruby-rbnacl: Update to 7.1.1.,
guix-commits <=