diff options
| author | Laura Kirsch <laurakirsch240406@gmail.com> | 2025-09-18 02:02:49 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-18 10:49:06 +0200 |
| commit | fbde0292f962a84e8da0dafb6cef197598397e9d (patch) | |
| tree | 155f6533318997405b85804fb3220ecbb6f97982 /gnu/packages/security-token.scm | |
| parent | f62206ecd8605538b1fb18d038d3db33707a8535 (diff) | |
gnu: ausweisapp: Update to 2.3.2.
* gnu/packages/security-token.scm (ausweisapp): Update to 2.3.2.
[inputs]: Add eudev.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/security-token.scm')
| -rw-r--r-- | gnu/packages/security-token.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 391d299c5dd..4b7151e20f8 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -24,6 +24,7 @@ ;;; Copyright © 2023 Pierre Langlois <pierre.langlois@gmx.com> ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2025 Robin Templeton <robin@guixotic.coop> +;;; Copyright © 2025 Laura Kirsch <laurakirsch240406@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1048,14 +1049,14 @@ devices.") (define-public ausweisapp (package (name "ausweisapp") - (version "2.2.2") + (version "2.3.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/Governikus/AusweisApp/releases" "/download/" version "/AusweisApp-" version ".tar.gz")) (sha256 (base32 - "1rbbgr90ivay1sh8sarp0nd1p8zdyfscjjwg8jdi2ig61jr795zf")))) + "0d6zc9vz6g37a6vkb4jzwcrh77q217nbr5mvj9vqkvqhkzwwfkgb")))) (build-system qt-build-system) (native-inputs @@ -1069,7 +1070,8 @@ devices.") qtwebsockets qtgraphicaleffects pcsc-lite - openssl)) + openssl + eudev)) (arguments `(#:qtbase ,qtbase #:phases |
