guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit b8d0f44248918121cc1ba6d69689675b51ae5301
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 18:34:31 2025 +0530

    gnu: korganizer: Update to 25.08.1.
    
    * gnu/packages/kde-pim.scm (korganizer): Update to 25.08.1.
    [arguments]<#:test-exclude>: Exclude "akonadi-sqlite-koeventpopupmenutest".
    <#:phases>: In 'check phase, replace the tests to exclude with the 
test-exclude
    keyword.
    
    Change-Id: I4c5486fb5c517ba9dda2c2283387cf26b034833a
---
 gnu/packages/kde-pim.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index fcbce6ae6f..821094880d 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1976,14 +1976,14 @@ application \"Parts\" to be embedded as a Kontact 
component (or plugin).")
 (define-public korganizer
   (package
     (name "korganizer")
-    (version "24.12.1")
+    (version "25.08.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/korganizer-" version ".tar.xz"))
        (sha256
-        (base32 "092ad5qw6jsvn7rf5gmkwcq5khlxr04lizdcflw70lnb7j4y7zpk"))))
+        (base32 "15wmsshadlfx6wq7g5k0k34n3ljz0pgk8vyb4w8qikyznk8hismp"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules dbus qttools kdoctools tzdata-for-tests))
@@ -2037,15 +2037,16 @@ application \"Parts\" to be embedded as a Kontact 
component (or plugin).")
            phonon))
     (arguments
      (list #:qtbase qtbase
+           #:test-exclude "akonadi-sqlite-koeventpopupmenutest"
            #:phases
            #~(modify-phases %standard-phases
                (replace 'check
-                 (lambda* (#:key inputs tests? #:allow-other-keys)
+                 (lambda* (#:key inputs tests? (test-exclude "")
+                           #:allow-other-keys)
                    (when tests?
                      (setenv "TZDIR" (search-input-directory
                                       inputs "share/zoneinfo"))
-                     (invoke "dbus-launch" "ctest"
-                             "-E" "akonadi-sqlite-koeventpopupmenutest")))))))
+                     (invoke "dbus-launch" "ctest" "-E" test-exclude)))))))
     (home-page "https://apps.kde.org/korganizer/";)
     (synopsis "Organizational assistant, providing calendars and other similar
 functionality")
@@ -2076,7 +2077,7 @@ and exchanging calendar data, vCalendar and iCalendar.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1wgpwxjb5zvhgzyq9zd8mp6r5cawjzlhk980drl05nr27a0q32vz"))))
+                  "1hdcndpk6ji1dsympv5h18dvs54bfx7wryy9v86zh0jr31fqf8gx"))))
       (build-system qt-build-system)
       (arguments
        (list #:qtbase qtbase

Reply via email to