1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +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:
Nicolas Graves 2025-06-18 16:27:15 +02:00 committed by Andreas Enge
parent cc18626621
commit 71fdf740fe
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -11027,13 +11027,13 @@ secure hash algorithm for hashing passwords.")
(define-public ruby-bcrypt-pbkdf
(package
(name "ruby-bcrypt-pbkdf")
(version "1.1.0")
(version "1.1.2.rc1")
(source (origin
(method url-fetch)
(uri (rubygems-uri "bcrypt_pbkdf" version))
(sha256
(base32
"0ndamfaivnkhc6hy0yqyk2gkwr6f3bz6216lh74hsiiyk3axz445"))))
"1p2m7q7kwrj56ilw07mvzpqinryx525b05gpsa57wzm591y7waqm"))))
(build-system ruby-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases