guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 71fdf740fe322cb959797575a7352255da34e47a
Author: Nicolas Graves <ngra...@ngraves.fr>
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

Reply via email to