[PATCH] gnu: ausweisapp: Update to 2.2.2, improve description.

  • Open
  • quality assurance status badge
Details
One participant
  • Rostislav Svoboda
Owner
unassigned
Submitted by
Rostislav Svoboda
Severity
normal
R
R
Rostislav Svoboda wrote 20 hours ago
(address . guix-patches@gnu.org)(name . Rostislav Svoboda)(address . Rostislav.Svoboda@gmail.com)
2e18ce8e331f5e4770f66e0dab0d327c9be14e8d.1737598202.git.Rostislav.Svoboda@gmail.com
* gnu/packages/security-token.scm (ausweisapp): Update to 2.2.2, improve description.

Change-Id: I7fc571ab3126eb389599b2d35bba4355b9b19e90
---
gnu/packages/security-token.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
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 @@ (define-public nitrocli
(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 @@ (define-public ausweisapp
"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

base-commit: 4241a5a4688e8a118b2f66423abd3ef8baae98fc
--
2.47.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75771@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75771
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch