guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: keyutils: Update to 1.6.


From: guix-commits
Subject: 03/15: gnu: keyutils: Update to 1.6.
Date: Sun, 17 Feb 2019 12:46:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1cb0c7a32c33cf575bdfa37536213ad0751f1b40
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 15 20:11:17 2019 +0100

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

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 0345a59..9233375 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -228,7 +228,7 @@ the wrong hands.")
 (define-public keyutils
   (package
     (name "keyutils")
-    (version "1.5.11")
+    (version "1.6")
     (source
      (origin
        (method url-fetch)
@@ -237,7 +237,7 @@ the wrong hands.")
                        version ".tar.bz2"))
        (sha256
         (base32
-         "1ddig6j5xjyk6g9l2wlqc7k1cgvryxdqbsv3c9rk1p3f42448n0i"))
+         "05bi5ja6f3h3kdi7p9dihlqlfrsmi1wh1r2bdgxc0180xh6g5bnk"))
        (modules '((guix build utils)))
        ;; Create relative symbolic links instead of absolute ones to /lib/*.
        (snippet '(begin



reply via email to

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