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/cryptsetup.scm | |
| 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/cryptsetup.scm')
| -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 @@ | |||
| 41 | (define-public cryptsetup-minimal | 41 | (define-public cryptsetup-minimal |
| 42 | (package | 42 | (package |
| 43 | (name "cryptsetup-minimal") | 43 | (name "cryptsetup-minimal") |
| 44 | (version "2.8.0") | 44 | (version "2.8.4") |
| 45 | (source (origin | 45 | (source (origin |
| 46 | (method url-fetch) | 46 | (method url-fetch) |
| 47 | (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" | 47 | (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" |
| @@ -49,7 +49,7 @@ | |||
| 49 | "/cryptsetup-" version ".tar.xz")) | 49 | "/cryptsetup-" version ".tar.xz")) |
| 50 | (sha256 | 50 | (sha256 |
| 51 | (base32 | 51 | (base32 |
| 52 | "18j3a8zzcwc0sragq47vf0b0qyr06bajh2sj6zm1r1ssq8vjv7nc")))) | 52 | "10wa3vx0dx04kv2wy165gvnyi81swawgnnj51xwcr6jcjvw4cgj4")))) |
| 53 | (build-system gnu-build-system) | 53 | (build-system gnu-build-system) |
| 54 | (arguments | 54 | (arguments |
| 55 | `(#:configure-flags | 55 | `(#:configure-flags |
