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/cryptsetup.scm | |
parent | 32a44fb581e80b3800c6f5481c3a5046cee6d7d9 (diff) | |
download | guix-e9cbb97ac85830e195005c025a5fc07c25e471cf.tar.gz |
gnu: cryptsetup: Update to 2.3.6.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.6.
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 1b3da5389c..cd0a3992a7 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm @@ -35,7 +35,7 @@ (define-public cryptsetup (package (name "cryptsetup") - (version "2.3.5") + (version "2.3.6") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" @@ -43,7 +43,7 @@ "/cryptsetup-" version ".tar.xz")) (sha256 (base32 - "1hbhzlv4vbib1da20vnrqaikhxi7ljnchbzrv8v2a4sd8ipr9nff")))) + "0pv34l6230ba1i5p0z6zmvfqvv3as0cwn731h2qw4xm53sibg5mj")))) (build-system gnu-build-system) (arguments `(#:configure-flags |