mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
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>
This commit is contained in:
parent
6a4ae3528f
commit
98eaf21d4a
1 changed files with 3 additions and 3 deletions
|
@ -3249,14 +3249,14 @@ (define-public ruby-lumberjack
|
||||||
(define-public ruby-rbnacl
|
(define-public ruby-rbnacl
|
||||||
(package
|
(package
|
||||||
(name "ruby-rbnacl")
|
(name "ruby-rbnacl")
|
||||||
(version "6.0.1")
|
(version "7.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "rbnacl" version))
|
(uri (rubygems-uri "rbnacl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ajxy5kj2jw09wdsla3jmha8w07vj5l14288xr9djpl327g3lzhn"))))
|
"0y8yzianlkc9w6sbqy8iy8l0yym0y6x7p5rjflkfixq76fqmhvzk"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -3299,7 +3299,7 @@ (define-public ruby-rbnacl
|
||||||
"This package provides Ruby FFI bindings to the Networking and
|
"This package provides Ruby FFI bindings to the Networking and
|
||||||
Cryptography (NaCl) library, also known as libsodium. This provides a
|
Cryptography (NaCl) library, also known as libsodium. This provides a
|
||||||
high-level toolkit for building cryptographic systems and protocols.")
|
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)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-rbtree
|
(define-public ruby-rbtree
|
||||||
|
|
Loading…
Reference in a new issue