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

commit f1ec6e779fe1185e8ea58396971c622040b39fd6
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:36 2025 +0530

    gnu: kholidays: Update to 6.19.0.
    
    * gnu/packages/kde-frameworks.scm (kholidays): Update to 6.19.0.
    
    Change-Id: I395f810d062a0c7c876ed12bad691e6e71f1cae1
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c1ec00697e..b612a8160e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1149,7 +1149,7 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
 (define-public kholidays
   (package
     (name "kholidays")
-    (version "6.18.0")
+    (version "6.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1157,7 +1157,7 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
                     (version-major+minor version) "/"
                     name "-" version ".tar.xz"))
               (sha256
-               (base32 
"0l91kyz7l02py1vjhsklgp54cjv2w6hgac6pdmlkljgfk0nqkp29"))))
+               (base32 
"11nwbpjn7vffdb98l634ssy23zakvs6xap1hjhi75zi2q1ni2xkq"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules qttools))
     (inputs (list qtbase qtdeclarative))

Reply via email to