guix_mirror_bot pushed a commit to branch master
in repository guix.

commit acd580b33ce10904e339fd4b32273d1412de4ad3
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:31 2025 +0530

    gnu: kholidays: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kholidays): Update to 6.21.0.
    
    Change-Id: I331c8f71d5369a1f4ad018ea614d49746c169ba9
---
 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 e5012584ed..5ade95dde7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1128,7 +1128,7 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
 (define-public kholidays
   (package
     (name "kholidays")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1136,7 +1136,7 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
                     (version-major+minor version) "/"
                     name "-" version ".tar.xz"))
               (sha256
-               (base32 
"11nwbpjn7vffdb98l634ssy23zakvs6xap1hjhi75zi2q1ni2xkq"))))
+               (base32 
"1r1b8g86n9kjih5z8mzkv6vanjzzwxclb5qk48dpgsjjyq7q5rli"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules qttools))
     (inputs (list qtbase qtdeclarative))

Reply via email to