This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fbde0292f9 gnu: ausweisapp: Update to 2.3.2.
fbde0292f9 is described below

commit fbde0292f962a84e8da0dafb6cef197598397e9d
Author: Laura Kirsch <[email protected]>
AuthorDate: Thu Sep 18 02:02:49 2025 +0200

    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 <[email protected]>
---
 gnu/packages/security-token.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 391d299c5d..4b7151e20f 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2023 Pierre Langlois <[email protected]>
 ;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2025 Robin Templeton <[email protected]>
+;;; Copyright © 2025 Laura Kirsch <[email protected]>
 ;;;
 ;;; 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

Reply via email to