guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: volume-key: Update to 0.3.12.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: volume-key: Update to 0.3.12.
Date: Wed, 10 Oct 2018 16:14:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8984dbd0deb380f6706d36bc9f1aaa061c0e751a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 10 19:45:27 2018 +0200

    gnu: volume-key: Update to 0.3.12.
    
    * gnu/packages/disk.scm (volume-key): Update to 0.3.12.
---
 gnu/packages/disk.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index fa3a043..a9c355e 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -559,28 +559,28 @@ automatically finding out which program to use for what 
file type.")
 (define-public volume-key
   (package
     (name "volume-key")
-    (version "0.3.11")
+    (version "0.3.12")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://releases.pagure.org/volume_key/volume_key-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0vaz15rcgdkh5z4yxc22x76wi44gh50jxnrqz5avaxz4bb17kcp6"))))
+                "16rhfz6sjwxlmss1plb2wv2i3jq6wza02rmz1d2jrlnsq67p98vc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("util-linux" ,util-linux)
        ("swig" ,swig)
-       ("python" ,python-3)))           ; Used to generate the Python bindings.
+       ("python" ,python-3)))           ; used to generate the Python bindings
     (inputs
      `(("cryptsetup" ,cryptsetup)
        ("nss" ,nss)
-       ("lvm2" ,lvm2)                   ; For "-ldevmapper".
+       ("lvm2" ,lvm2)                   ; for "-ldevmapper"
        ("glib" ,glib)
        ("gpgme" ,gpgme)))
     (arguments
-     `(#:tests? #f ; Not sure how tests are supposed to pass, even when run 
manually.
+     `(#:tests? #f ; not sure how tests are supposed to pass, even when run 
manually
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'patch-python.h-path



reply via email to

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