mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: ruby-bcrypt-pbkdf: Update to 1.1.2.rc1.
* gnu/packages/ruby-xyz.scm (ruby-bcrypt-pbkdf): Update to 1.1.2.rc1.
This commit is contained in:
parent
cc18626621
commit
71fdf740fe
1 changed files with 2 additions and 2 deletions
|
@ -11027,13 +11027,13 @@ secure hash algorithm for hashing passwords.")
|
||||||
(define-public ruby-bcrypt-pbkdf
|
(define-public ruby-bcrypt-pbkdf
|
||||||
(package
|
(package
|
||||||
(name "ruby-bcrypt-pbkdf")
|
(name "ruby-bcrypt-pbkdf")
|
||||||
(version "1.1.0")
|
(version "1.1.2.rc1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "bcrypt_pbkdf" version))
|
(uri (rubygems-uri "bcrypt_pbkdf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ndamfaivnkhc6hy0yqyk2gkwr6f3bz6216lh74hsiiyk3axz445"))))
|
"1p2m7q7kwrj56ilw07mvzpqinryx525b05gpsa57wzm591y7waqm"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue