diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-06 14:20:32 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-11 07:52:01 +0100 |
| commit | 1b7439d73d7b774617f0f427df9b1fa33837a3e3 (patch) | |
| tree | edb52227afcd9711730c9d3db1e570e07381f94a /gnu/packages | |
| parent | 5429b9a1f9756d78564e905bcc9721bf9bd73976 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index d1c14e25cd5..d43ffcff500 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 |
