diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-02-18 10:49:11 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-02-18 11:47:19 +0200 |
commit | 58c5fb76f5cc3ef6fc4972a42bae976d58e77796 (patch) | |
tree | 5adf59df2fe28e614fac0f5b116c7ef4bea009a5 /gnu/packages | |
parent | e095be68ddd9e3985a0dc97b522791e463e74a53 (diff) | |
download | guix-58c5fb76f5cc3ef6fc4972a42bae976d58e77796.tar guix-58c5fb76f5cc3ef6fc4972a42bae976d58e77796.tar.gz |
gnu: libyubikey: Update to 1.13.
* gnu/packages/yubico.scm (libyubikey): Update to 1.13.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/yubico.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/yubico.scm b/gnu/packages/yubico.scm index f2e8ff133c..7cf1854fcb 100644 --- a/gnu/packages/yubico.scm +++ b/gnu/packages/yubico.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; ;;; This file is part of GNU Guix. ;;; @@ -29,7 +30,7 @@ (define-public libyubikey (package (name "libyubikey") - (version "1.12") + (version "1.13") (source (origin (method url-fetch) (uri (string-append @@ -37,7 +38,7 @@ name "-" version ".tar.gz")) (sha256 (base32 - "1f0plzmr1gwry4rfgq9q70v6qwqny009hac289ad5m6sj7vqflxr")))) + "009l3k2zyn06dbrlja2d4p2vfnzjhlcqxi88v02mlrnb17mx1v84")))) (build-system gnu-build-system) (synopsis "Development kit for the YubiKey authentication device") (description |