guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cryptsetup: Update to 2.3.1.


From: guix-commits
Subject: branch master updated: gnu: cryptsetup: Update to 2.3.1.
Date: Sat, 04 Jul 2020 19:23:00 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fe743eb  gnu: cryptsetup: Update to 2.3.1.
fe743eb is described below

commit fe743ebb41f0936b378a185beb7c00adc4172d8c
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sat Apr 11 19:11:26 2020 +0200

    gnu: cryptsetup: Update to 2.3.1.
    
    * gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1.
    
    Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
---
 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 bd6e046..67e40cb 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -35,7 +35,7 @@
 (define-public cryptsetup
   (package
    (name "cryptsetup")
-   (version "2.2.2")
+   (version "2.3.1")
    (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
-              "0ija889kfhg4n2fshpq9yh2b1jl2ipvd7sfafh08g75ba6ayrw1a"))))
+              "1lp7kwakm3ssp8ww1y33plvfmpas5krf14pdz91p1kx2b7as9awj"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags



reply via email to

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