diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-12-17 14:13:18 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-17 18:08:20 +0100 |
| commit | fd08e6589a4f3ac444e6a04e710576928993d80d (patch) | |
| tree | 0a598e2a30c6b7490c85f0224a48c7f7e8d6b866 /gnu | |
| parent | 2a59e5d3927472cf8eb030f78c80e5b8b0d7ca85 (diff) | |
gnu: pkcs11-helper: Update to 1.31.0.
* gnu/packages/security-token.scm (pkcs11-helper): Update to 1.31.0.
Change-Id: I4777482cade36990b5511cbb876d33d3a45fa3ef
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/security-token.scm | 4 |
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 (define-public pkcs11-helper (package (name "pkcs11-helper") - (version "1.30.0") + (version "1.31.0") (source (origin (method url-fetch) @@ -483,7 +483,7 @@ authentication, encryption and digital signatures. OpenSC implements the PKCS "https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-" version "/pkcs11-helper-" version ".tar.bz2")) (sha256 - (base32 "1ac86jfj4qfwzbvsg6l9r4w4bbwxj2i9qi4dy1nz5aqcj6x1an2c")))) + (base32 "1ygy6ca87fx89js804pwnqpybfbja5vwm2wbz0l2rgnprixhdw26")))) (build-system gnu-build-system) (inputs (list openssl pcsc-lite)) (native-inputs (list pkg-config)) |
