diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 14:32:22 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 15:13:40 +0200 |
| commit | e9cbb97ac85830e195005c025a5fc07c25e471cf (patch) | |
| tree | b2dadd8d97f40359d21927ef52f1fb512fd85e57 /gnu/packages | |
| parent | 32a44fb581e80b3800c6f5481c3a5046cee6d7d9 (diff) | |
gnu: cryptsetup: Update to 2.3.6.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.6.
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 1b3da5389c3..cd0a3992a7d 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | (define-public cryptsetup | 35 | (define-public cryptsetup |
| 36 | (package | 36 | (package |
| 37 | (name "cryptsetup") | 37 | (name "cryptsetup") |
| 38 | (version "2.3.5") | 38 | (version "2.3.6") |
| 39 | (source (origin | 39 | (source (origin |
| 40 | (method url-fetch) | 40 | (method url-fetch) |
| 41 | (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" | 41 | (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" |
| @@ -43,7 +43,7 @@ | |||
| 43 | "/cryptsetup-" version ".tar.xz")) | 43 | "/cryptsetup-" version ".tar.xz")) |
| 44 | (sha256 | 44 | (sha256 |
| 45 | (base32 | 45 | (base32 |
| 46 | "1hbhzlv4vbib1da20vnrqaikhxi7ljnchbzrv8v2a4sd8ipr9nff")))) | 46 | "0pv34l6230ba1i5p0z6zmvfqvv3as0cwn731h2qw4xm53sibg5mj")))) |
| 47 | (build-system gnu-build-system) | 47 | (build-system gnu-build-system) |
| 48 | (arguments | 48 | (arguments |
| 49 | `(#:configure-flags | 49 | `(#:configure-flags |
