guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 3aa586c68957df2a6e58f02f2e0eb8ec7721a3d3
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:27:15 2025 +0200
gnu: ruby-bcrypt-pbkdf: Update to 1.1.2.rc1.
* gnu/packages/ruby-xyz.scm (ruby-bcrypt-pbkdf): Update to 1.1.2.rc1.
---
gnu/packages/ruby-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 6ce0dd3aaf..1ccfa20e3b 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -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