This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1b7439d73d gnu: cryptsetup-minimal: Update to 2.8.4.
1b7439d73d is described below

commit 1b7439d73d7b774617f0f427df9b1fa33837a3e3
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Feb 6 14:20:32 2026 +0100

    gnu: cryptsetup-minimal: Update to 2.8.4.
    
    * gnu/packages/cryptsetup.scm (cryptsetup-minimal): Update to 2.8.4.
    
    Merges guix/guix!6177
    
    Change-Id: I0fc61f3c193eb37139fa106e8fd1b02315e97c31
---
 gnu/packages/cryptsetup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index d1c14e25cd..d43ffcff50 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -41,7 +41,7 @@
 (define-public cryptsetup-minimal
   (package
    (name "cryptsetup-minimal")
-   (version "2.8.0")
+   (version "2.8.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
@@ -49,7 +49,7 @@
                                 "/cryptsetup-" version ".tar.xz"))
             (sha256
              (base32
-              "18j3a8zzcwc0sragq47vf0b0qyr06bajh2sj6zm1r1ssq8vjv7nc"))))
+              "10wa3vx0dx04kv2wy165gvnyi81swawgnnj51xwcr6jcjvw4cgj4"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags

Reply via email to