aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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 a2054ce3e7..da8a58e7ad 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -257,7 +257,7 @@ website for more information about Yubico and the YubiKey.")
(define-public opensc
(package
(name "opensc")
- (version "0.19.0")
+ (version "0.20.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -265,7 +265,7 @@ website for more information about Yubico and the YubiKey.")
version "/opensc-" version ".tar.gz"))
(sha256
(base32
- "09jqzl18z5qfrf4vf2nvbpdm3mphpgfkl3ww1clkaxh2z56hwnic"))))
+ "0qs8pabkrpj1z52bkdsk59s2z6q5m0hfh9d5j1f68qs4lksb9x5v"))))
(build-system gnu-build-system)
(arguments
`(#:phases
'>services: certbot: Refactor certbot command....Clément Lassieur 2018-02-22services: certbot: Rename 'host' to 'domain'....Clément Lassieur 2018-02-22services: certbot: Fix indentation....Clément Lassieur 2018-02-22services: certbot: Run certbot twice a day at a random minute....Clément Lassieur 2018-02-22services: certbot: Listen on IPv6....Clément Lassieur 2017-12-18services: nginx: Replace 'http-port' and 'https-port' with 'listen'....Clément Lassieur 2017-12-17services: certbot: Fix certbot renewal job....Christopher Baines 2017-11-28services: certbot: Add default value and description....Ludovic Courtès 2017-11-28services: Add certbot service....Andy Wingo