guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: cryptsetup: Update to 2.2.2.


From: guix-commits
Subject: 02/02: gnu: cryptsetup: Update to 2.2.2.
Date: Sat, 2 Nov 2019 17:10:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7b25f8a45cfc89383ba1196f7388110afe12bf40
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 2 22:08:41 2019 +0100

    gnu: cryptsetup: Update to 2.2.2.
    
    * gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.2.2.
---
 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 3bb1388..2a824d4 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -35,7 +35,7 @@
 (define-public cryptsetup
   (package
    (name "cryptsetup")
-   (version "2.2.1")
+   (version "2.2.2")
    (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
-              "0q8w3khiwsw708169vahm0nccajsc2hwqz5gv6nb1g9qxlqrmrwl"))))
+              "0ija889kfhg4n2fshpq9yh2b1jl2ipvd7sfafh08g75ba6ayrw1a"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags



reply via email to

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