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 eed07e95f35..f6ba7522775 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -475,7 +475,7 @@ authentication, encryption and digital signatures. OpenSC implements the PKCS
475(define-public pkcs11-helper 475(define-public pkcs11-helper
476 (package 476 (package
477 (name "pkcs11-helper") 477 (name "pkcs11-helper")
478 (version "1.30.0") 478 (version "1.31.0")
479 (source 479 (source
480 (origin 480 (origin
481 (method url-fetch) 481 (method url-fetch)
@@ -483,7 +483,7 @@ authentication, encryption and digital signatures. OpenSC implements the PKCS
483 "https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-" 483 "https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-"
484 version "/pkcs11-helper-" version ".tar.bz2")) 484 version "/pkcs11-helper-" version ".tar.bz2"))
485 (sha256 485 (sha256
486 (base32 "1ac86jfj4qfwzbvsg6l9r4w4bbwxj2i9qi4dy1nz5aqcj6x1an2c")))) 486 (base32 "1ygy6ca87fx89js804pwnqpybfbja5vwm2wbz0l2rgnprixhdw26"))))
487 (build-system gnu-build-system) 487 (build-system gnu-build-system)
488 (inputs (list openssl pcsc-lite)) 488 (inputs (list openssl pcsc-lite))
489 (native-inputs (list pkg-config)) 489 (native-inputs (list pkg-config))