guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4bd47431d663a14ccdfd05c2c39fbecb0dc3c9e7
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Dec 11 09:49:24 2025 +0100

    gnu: zxcvbn-c: Update to 2.6.
    
    * gnu/packages/password-utils.scm (zxcvbn-c): Update to 2.6.
    
    Change-Id: I05f83ed4ddd3361652d55cb3c1f678c1da22842f
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index d0ee25e026..e75aae44ab 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1848,7 +1848,7 @@ group them into chains.")
 (define-public zxcvbn-c
   (package
     (name "zxcvbn-c")
-    (version "2.5")
+    (version "2.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1857,7 +1857,7 @@ group them into chains.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1clm9sxz6q360xk6vq5hi3b0mq374nl958mjcfxk94l692zrpaj4"))))
+                "1z8l5qipzqfpg9dg7i7rdhlhswmjk06i14ffrrk3npblrjjya17w"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

Reply via email to