This is an automated email from the git hooks/post-receive script.

bricewge pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 8ceff70  gnu: pcsc-lite: Update to 1.9.1.
8ceff70 is described below

commit 8ceff700071a6c9c1345328517188925c374d469
Author: Brice Waegeneire <[email protected]>
AuthorDate: Sat Jun 12 15:58:04 2021 +0200

    gnu: pcsc-lite: Update to 1.9.1.
    
    * gnu/packages/security-token.scm (pcsc-lite): Update to 1.9.1.
---
 gnu/packages/security-token.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 89783de..2339d20 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2018 Arun Isaac <[email protected]>
 ;;; Copyright © 2020 Raphaël Mélotte <[email protected]>
 ;;; Copyright © 2021 Antero Mejr <[email protected]>
+;;; Copyright © 2021 Brice Waegeneire <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -221,14 +222,14 @@ with a PKCS #11 Cryptographic Token Interface.")
 (define-public pcsc-lite
   (package
     (name "pcsc-lite")
-    (version "1.9.0")
+    (version "1.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pcsclite.apdu.fr/files/";
                                   "pcsc-lite-" version ".tar.bz2"))
               (sha256
                (base32
-                "1y9f9zipnrmgiw0mxrvcgky8vfrcmg6zh40gbln5a93i2c1x8j01"))))
+                "0fk8bvjpcci43iq2jzlvkml8bzjxclhxlg291ykk7a3ng2dpii3k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers"

Reply via email to