summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/security-token.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index e1ab7c9b152..c8f45666cbc 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -305,7 +305,7 @@ from a client application and provide access to the desired reader.")
305(define-public pcsc-tools 305(define-public pcsc-tools
306 (package 306 (package
307 (name "pcsc-tools") 307 (name "pcsc-tools")
308 (version "1.7.4") 308 (version "1.7.5")
309 (source (origin 309 (source (origin
310 (method git-fetch) 310 (method git-fetch)
311 (uri (git-reference 311 (uri (git-reference
@@ -314,7 +314,7 @@ from a client application and provide access to the desired reader.")
314 (file-name (git-file-name name version)) 314 (file-name (git-file-name name version))
315 (sha256 315 (sha256
316 (base32 316 (base32
317 "1h9npvcibg8rflys9h5ylph3xafizdpx9p4bvl68qfywynrvward")))) 317 "1bps3lg5g14hkfnh6fxkrl5lilss502c7c4x5n9glrgc3k00kaf5"))))
318 (build-system gnu-build-system) 318 (build-system gnu-build-system)
319 (arguments 319 (arguments
320 (list 320 (list