guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ykclient: Update to 2.15.


From: Efraim Flashner
Subject: 03/03: gnu: ykclient: Update to 2.15.
Date: Thu, 18 Feb 2016 09:49:17 +0000

efraim pushed a commit to branch master
in repository guix.

commit f6b1a8f7be9ea2a91459e52b70064094d5840a9a
Author: Efraim Flashner <address@hidden>
Date:   Thu Feb 18 10:50:46 2016 +0200

    gnu: ykclient: Update to 2.15.
    
    * gnu/packages/yubico.scm (ykclient): Update to 2.15.
---
 gnu/packages/yubico.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/yubico.scm b/gnu/packages/yubico.scm
index 7cf1854..469d93d 100644
--- a/gnu/packages/yubico.scm
+++ b/gnu/packages/yubico.scm
@@ -50,7 +50,7 @@ the low-level development kit for the Yubico YubiKey 
authentication device.")
 (define-public ykclient
   (package
     (name "ykclient")
-    (version "2.13")
+    (version "2.15")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -58,7 +58,7 @@ the low-level development kit for the Yubico YubiKey 
authentication device.")
                     name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1lw1j61rfjngs8vvv9m348zl4166zg24bq0dy72r44wiz79yic4j"))))
+                "05jhx9waj3pl120ddnwap1v3bjrnbfhvf3lxs2xmhpcmwzpwsqgl"))))
     (build-system gnu-build-system)
 
     ;; There's just one test, and it requires network access to access



reply via email to

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