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

commit 86b637d10a996da5aee314b8bcac56638f651ae1
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:22 2025 +0800

    gnu: kholidays: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kholidays): Update to 6.10.0.
    
    Change-Id: Idbb4b97eef25a5297537e2300937524e2e3475ef
---
 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 cd574dc2ba..78d614cc32 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1099,7 +1099,7 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
 (define-public kholidays
   (package
     (name "kholidays")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1107,7 +1107,7 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
                     (version-major+minor version) "/"
                     name "-" version ".tar.xz"))
               (sha256
-               (base32 
"1jixchnfqpwbh5l187yj6y5zb526zsq588d3536hdaxgzy2k1844"))))
+               (base32 
"13a5nhmdv6ijyb2wmw0i4ym7bn6n1a1vlfk2d2kca92mgb5gx3kq"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules qttools))
     (inputs (list qtbase qtdeclarative))

Reply via email to