[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: pcsc-lite: Update to 1.8.26.
From: |
guix-commits |
Subject: |
05/06: gnu: pcsc-lite: Update to 1.8.26. |
Date: |
Thu, 9 Jan 2020 23:27:59 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit a0e63ce426e3ab8b0dbc1992d3ad934035acb439
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 10 04:28:23 2020 +0100
gnu: pcsc-lite: Update to 1.8.26.
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.26.
---
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 548cbc0..0f126d7 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2016 Mike Gerwitz <address@hidden>
;;; Copyright © 2016 Marius Bakke <address@hidden>
;;; Copyright © 2017 Thomas Danckaert <address@hidden>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2017, 2019 Ricardo Wurmus <address@hidden>
;;; Copyright © 2018, 2019 Chris Marusich <address@hidden>
;;; Copyright © 2018 Arun Isaac <address@hidden>
@@ -170,14 +170,14 @@ the low-level development kit for the Yubico YubiKey
authentication device.")
(define-public pcsc-lite
(package
(name "pcsc-lite")
- (version "1.8.25")
+ (version "1.8.26")
(source (origin
(method url-fetch)
(uri (string-append "https://pcsclite.apdu.fr/files/"
"pcsc-lite-" version ".tar.bz2"))
(sha256
(base32
- "14l7irs1nsh8b036ag4cfy8wryyysch78scz5dw6xxqwqgnpjvfp"))))
+ "1ndvvz0fgqwz70pijymsxmx25mzryb0zav1i8jjc067ndryvxdry"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers"
- branch master updated (afc7882 -> 8a6c5b5), guix-commits, 2020/01/09
- 06/06: gnu: rrdtool: Update to 1.7.2., guix-commits, 2020/01/09
- 03/06: gnu: font-iosevka-slab: Update source hash., guix-commits, 2020/01/09
- 02/06: gnu: python-lxml: Use HTTPS home page., guix-commits, 2020/01/09
- 05/06: gnu: pcsc-lite: Update to 1.8.26.,
guix-commits <=
- 01/06: gnu: python-lxml: Update to 4.4.2., guix-commits, 2020/01/09
- 04/06: gnu: pcsc-lite: Don't use NAME in source URI., guix-commits, 2020/01/09