summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-27 15:20:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-27 20:52:17 +0100
commit61746650b22698583bbc016b4ae1763422f7023c (patch)
tree2092a129a61d9de435218f19b01f7ad75e8fc88c /gnu/packages
parentc7d04418af3d9a107330063192eee32d1457a2a5 (diff)
gnu: cryptsetup: Update to 2.3.5.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cryptsetup.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index a12ac93b253..1b3da5389c3 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -1,7 +1,7 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2013 Andreas Enge <andreas@enge.fr> 2;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
3;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> 3;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
4;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> 4;;; Copyright © 20192021 Tobias Geerinckx-Rice <me@tobias.gr>
5;;; 5;;;
6;;; This file is part of GNU Guix. 6;;; This file is part of GNU Guix.
7;;; 7;;;
@@ -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.4") 38 (version "2.3.5")
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 "0wrpz2fzbsszmsgxxbssxjgylpyiindh24z8g13m2fxmjsxyw5lx")))) 46 "1hbhzlv4vbib1da20vnrqaikhxi7ljnchbzrv8v2a4sd8ipr9nff"))))
47 (build-system gnu-build-system) 47 (build-system gnu-build-system)
48 (arguments 48 (arguments
49 `(#:configure-flags 49 `(#:configure-flags