diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-11-14 23:35:38 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-11-15 09:45:37 +0200 |
commit | 336f830961f2a696c4fb7c602e1e378afcd28046 (patch) | |
tree | 97d5e55cec2f7d27583f85c3da529255e15d143e /gnu/packages/cryptsetup.scm | |
parent | 538fe01934c38ebe06e6b68d805e410694191f49 (diff) | |
download | patches-336f830961f2a696c4fb7c602e1e378afcd28046.tar patches-336f830961f2a696c4fb7c602e1e378afcd28046.tar.gz |
gnu: cryptsetup: Update to 1.7.3.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.3.
Diffstat (limited to 'gnu/packages/cryptsetup.scm')
-rw-r--r-- | gnu/packages/cryptsetup.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index 0c8efceff0..183c568fd9 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm @@ -31,7 +31,7 @@ (define-public cryptsetup (package (name "cryptsetup") - (version "1.7.2") + (version "1.7.3") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" @@ -39,7 +39,7 @@ "/" name "-" version ".tar.xz")) (sha256 (base32 - "0hikwkkj692c955k29c4zixj8wp8k3z17jc6ihb4j5qcbyzmvcyv")))) + "00nwd96m9yq4k3cayc04i5y7iakkzana35zxky6hpx2w8zl08axg")))) (build-system gnu-build-system) (inputs `(("libgcrypt" ,libgcrypt) @@ -47,7 +47,7 @@ ("util-linux" ,util-linux) ("popt" ,popt))) (native-inputs - `(("python" ,python-wrapper))) + `(("python" ,python-wrapper))) (synopsis "Hard disk encryption tool") (description "LUKS (Linux Unified Key Setup)/Cryptsetup provides a standard on-disk |