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 | |
| 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')
| -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 @@ | |||
| 24 | ;;; Copyright © 2023 Pierre Langlois <pierre.langlois@gmx.com> | 24 | ;;; Copyright © 2023 Pierre Langlois <pierre.langlois@gmx.com> |
| 25 | ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> | 25 | ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> |
| 26 | ;;; Copyright © 2025 Robin Templeton <robin@guixotic.coop> | 26 | ;;; Copyright © 2025 Robin Templeton <robin@guixotic.coop> |
| 27 | ;;; Copyright © 2025 Laura Kirsch <laurakirsch240406@gmail.com> | ||
| 27 | ;;; | 28 | ;;; |
| 28 | ;;; This file is part of GNU Guix. | 29 | ;;; This file is part of GNU Guix. |
| 29 | ;;; | 30 | ;;; |
| @@ -1048,14 +1049,14 @@ devices.") | |||
| 1048 | (define-public ausweisapp | 1049 | (define-public ausweisapp |
| 1049 | (package | 1050 | (package |
| 1050 | (name "ausweisapp") | 1051 | (name "ausweisapp") |
| 1051 | (version "2.2.2") | 1052 | (version "2.3.2") |
| 1052 | (source (origin | 1053 | (source (origin |
| 1053 | (method url-fetch) | 1054 | (method url-fetch) |
| 1054 | (uri (string-append "https://github.com/Governikus/AusweisApp/releases" | 1055 | (uri (string-append "https://github.com/Governikus/AusweisApp/releases" |
| 1055 | "/download/" version "/AusweisApp-" version ".tar.gz")) | 1056 | "/download/" version "/AusweisApp-" version ".tar.gz")) |
| 1056 | (sha256 | 1057 | (sha256 |
| 1057 | (base32 | 1058 | (base32 |
| 1058 | "1rbbgr90ivay1sh8sarp0nd1p8zdyfscjjwg8jdi2ig61jr795zf")))) | 1059 | "0d6zc9vz6g37a6vkb4jzwcrh77q217nbr5mvj9vqkvqhkzwwfkgb")))) |
| 1059 | 1060 | ||
| 1060 | (build-system qt-build-system) | 1061 | (build-system qt-build-system) |
| 1061 | (native-inputs | 1062 | (native-inputs |
| @@ -1069,7 +1070,8 @@ devices.") | |||
| 1069 | qtwebsockets | 1070 | qtwebsockets |
| 1070 | qtgraphicaleffects | 1071 | qtgraphicaleffects |
| 1071 | pcsc-lite | 1072 | pcsc-lite |
| 1072 | openssl)) | 1073 | openssl |
| 1074 | eudev)) | ||
| 1073 | (arguments | 1075 | (arguments |
| 1074 | `(#:qtbase ,qtbase | 1076 | `(#:qtbase ,qtbase |
| 1075 | #:phases | 1077 | #:phases |
