guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: cryptsetup: Update to 2.3.6.


From: guix-commits
Subject: 02/07: gnu: cryptsetup: Update to 2.3.6.
Date: Sun, 30 May 2021 09:14:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e9cbb97ac85830e195005c025a5fc07c25e471cf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 30 14:32:22 2021 +0200

    gnu: cryptsetup: Update to 2.3.6.
    
    * gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.6.
---
 gnu/packages/cryptsetup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index 1b3da53..cd0a399 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]