mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-bcrypt: Update to 3.1.20.
* gnu/packages/ruby.scm (ruby-bcrypt): Update to 3.1.20. [source]<origin>: Switch to git-fetch. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
bdd70e0f5d
commit
383f70feaf
1 changed files with 10 additions and 7 deletions
|
@ -12276,14 +12276,17 @@ subprocess.")
|
||||||
(define-public ruby-bcrypt
|
(define-public ruby-bcrypt
|
||||||
(package
|
(package
|
||||||
(name "ruby-bcrypt")
|
(name "ruby-bcrypt")
|
||||||
(version "3.1.18")
|
(version "3.1.20")
|
||||||
;; FIXME: Unbundle the bcrypt library used.
|
;; FIXME: Unbundle the bcrypt library used.
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (rubygems-uri "bcrypt" version))
|
(method git-fetch)
|
||||||
(sha256
|
(uri (git-reference
|
||||||
(base32
|
(url "https://github.com/bcrypt-ruby/bcrypt-ruby")
|
||||||
"048z3fvcknqx7ikkhrcrykxlqmf9bzc7l0y5h1cnvrc9n2qf0k8m"))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0q6h8kmjb34hg6qjv31v374n3cavv00drsfyzv6nybdwipgyg62i"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments (list #:test-target "default")) ;compile + spec
|
(arguments (list #:test-target "default")) ;compile + spec
|
||||||
(native-inputs (list ruby-rake-compiler ruby-rspec))
|
(native-inputs (list ruby-rake-compiler ruby-rspec))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue