[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: pcsc-lite: Update to 1.8.22.
From: |
Marius Bakke |
Subject: |
05/06: gnu: pcsc-lite: Update to 1.8.22. |
Date: |
Sun, 18 Jun 2017 12:38:49 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1f1b3445f43c7b2586144d9ccf52b480dae8b7e0
Author: Marius Bakke <address@hidden>
Date: Sat Jun 17 17:43:15 2017 +0200
gnu: pcsc-lite: Update to 1.8.22.
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.22.
---
gnu/packages/security-token.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 5873d85..8ae2dda 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -93,15 +93,15 @@ the low-level development kit for the Yubico YubiKey
authentication device.")
(define-public pcsc-lite
(package
(name "pcsc-lite")
- (version "1.8.21")
+ (version "1.8.22")
(source (origin
(method url-fetch)
(uri (string-append
- "https://alioth.debian.org/frs/download.php/file/4216/"
+ "https://alioth.debian.org/frs/download.php/file/4225/"
"pcsc-lite-" version ".tar.bz2"))
(sha256
(base32
- "1b8kwl81f6s3y7qh68ahr8sp8a0w6m464v9b3s4zxq2cgpmnaczy"))))
+ "01flkdyqs7kr6c63dv2qg8dwir3v9jlr9rzlw7vafrivxmhqydba"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers")))
- branch master updated (e1287ae -> d76e263), Marius Bakke, 2017/06/18
- 01/06: gnu: git: Prevent creating 'perllocal.pod'., Marius Bakke, 2017/06/18
- 05/06: gnu: pcsc-lite: Update to 1.8.22.,
Marius Bakke <=
- 03/06: gnu: bitcoin-core: Update to 0.14.2., Marius Bakke, 2017/06/18
- 02/06: gnu: subversion: Don't create 'perllocal.pod'., Marius Bakke, 2017/06/18
- 06/06: gnu: libbluray: Update to 1.0.1., Marius Bakke, 2017/06/18
- 04/06: gnu: miniupnpc: Update to 2.0.20170509., Marius Bakke, 2017/06/18