diff options
| author | Antoine Côté <antoine.cote@posteo.net> | 2025-07-08 02:24:20 -0400 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-07-12 17:16:55 +0200 |
| commit | adf26719e5a749d9ccffacac1e3187cef951f375 (patch) | |
| tree | 091fd1c4407b48f90c1a0efa09c1caa39cdb6260 /gnu/packages/cryptsetup.scm | |
| parent | 54cf82127b79e694c469179aca571c57e10a6339 (diff) | |
gnu: cryptsetup: Update to 2.8.0.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.8.0.
Change-Id: I24d913a239da1d4d3006b125a702d398f5e92564
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
Diffstat (limited to 'gnu/packages/cryptsetup.scm')
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index d2f537681dd..65ec5a099b9 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> | 3 | ;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> |
| 4 | ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr> |
| 5 | ;;; Copyright © 2024 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; Copyright © 2024 Efraim Flashner <efraim@flashner.co.il> |
| 6 | ;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> | ||
| 6 | ;;; | 7 | ;;; |
| 7 | ;;; This file is part of GNU Guix. | 8 | ;;; This file is part of GNU Guix. |
| 8 | ;;; | 9 | ;;; |
| @@ -38,7 +39,7 @@ | |||
| 38 | (define-public cryptsetup | 39 | (define-public cryptsetup |
| 39 | (package | 40 | (package |
| 40 | (name "cryptsetup") | 41 | (name "cryptsetup") |
| 41 | (version "2.6.1") | 42 | (version "2.8.0") |
| 42 | (source (origin | 43 | (source (origin |
| 43 | (method url-fetch) | 44 | (method url-fetch) |
| 44 | (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" | 45 | (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" |
| @@ -46,7 +47,7 @@ | |||
| 46 | "/cryptsetup-" version ".tar.xz")) | 47 | "/cryptsetup-" version ".tar.xz")) |
| 47 | (sha256 | 48 | (sha256 |
| 48 | (base32 | 49 | (base32 |
| 49 | "14s6vbb9llpgnhmv0badxxzhi73jp4vyvp8swk4bjah7l5jys3a1")))) | 50 | "18j3a8zzcwc0sragq47vf0b0qyr06bajh2sj6zm1r1ssq8vjv7nc")))) |
| 50 | (build-system gnu-build-system) | 51 | (build-system gnu-build-system) |
| 51 | (arguments | 52 | (arguments |
| 52 | `(#:configure-flags | 53 | `(#:configure-flags |
