all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 40559@debbugs.gnu.org
Subject: [bug#40559] [PATCH] gnu: cryptsetup: Update to 2.3.1.
Date: Sat, 11 Apr 2020 19:14:04 +0200	[thread overview]
Message-ID: <CAEwRq=rGgXCDNhbxZZkgQVCxnjxMdedVCTPBUojdA-ZR1jQMiw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 29 bytes --]

Untested

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-cryptsetup-Update-to-2.3.1.patch --]
[-- Type: text/x-patch, Size: 1159 bytes --]

From 0a971f755222a98f301d9bce7c93ee46d03f4aac Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sat, 11 Apr 2020 19:11:26 +0200
Subject: [PATCH] gnu: cryptsetup: Update to 2.3.1.

* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1.
---
 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 2a824d416e..79bd62c3cd 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
-- 
2.26.0


             reply	other threads:[~2020-04-11 17:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-11 17:14 Vincent Legoll [this message]
2020-04-16 16:22 ` [bug#40559] [PATCH] gnu: cryptsetup: Update to 2.3.1 Ludovic Courtès
2020-04-16 21:36   ` Vincent Legoll
2020-04-18 16:34     ` Ludovic Courtès
2020-04-19 18:27       ` Vincent Legoll
2020-07-04 23:24     ` bug#40559: " Jakub Kądziołka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=rGgXCDNhbxZZkgQVCxnjxMdedVCTPBUojdA-ZR1jQMiw@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=40559@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.