guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: pcsc-lite: Update to 1.9.1.


From: guix-commits
Subject: branch core-updates updated: gnu: pcsc-lite: Update to 1.9.1.
Date: Sat, 12 Jun 2021 17:41:40 -0400

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 <brice@waegenei.re>
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 <arunisaac@systemreboot.net>
 ;;; Copyright © 2020 Raphaël Mélotte <raphael.melotte@mind.be>
 ;;; Copyright © 2021 Antero Mejr <antero@kodmin.com>
+;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;;
 ;;; 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

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