diff options
author | Rostislav Svoboda <[email protected]> | 2025-01-23 03:10:35 +0100 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-02-02 14:46:38 +0800 |
commit | b85db5febc090ab3667bc7b847b89852f6ede935 (patch) | |
tree | 221dfa60355cce45c05df4ccbb104a8d24866c74 | |
parent | 284a9c3d7d0f42a7952031463b4c99b78ce17c80 (diff) |
gnu: ausweisapp: Update to 2.2.2, improve description.
* gnu/packages/security-token.scm (ausweisapp): Update to 2.2.2.
[description]: Mention pcscd service.
Change-Id: I7fc571ab3126eb389599b2d35bba4355b9b19e90
Signed-off-by: 宋文武 <[email protected]>
-rw-r--r-- | gnu/packages/security-token.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 1a72b90cee..57ea593257 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -980,14 +980,14 @@ devices.") (define-public ausweisapp (package (name "ausweisapp") - (version "2.1.0") + (version "2.2.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/Governikus/AusweisApp/releases" "/download/" version "/AusweisApp-" version ".tar.gz")) (sha256 (base32 - "1jzxfybjrc3byw42bqjvn1nsn7vbgcl8y94sywjy6vaj3a58hy36")))) + "1rbbgr90ivay1sh8sarp0nd1p8zdyfscjjwg8jdi2ig61jr795zf")))) (build-system qt-build-system) (native-inputs @@ -1019,7 +1019,7 @@ devices.") "This application is developed and issued by the German government to be used for online authentication with electronic German ID cards and residence titles. To use this app, a supported RFID card reader or NFC-enabled smart -phone is required.") +phone and a running pcscd service are required.") (license license:eupl1.2))) (define-deprecated/public ausweisapp2 ausweisapp |