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

commit cf3b99031c225eacf5d7a1408af1467c899e8286
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:45 2024 +0800

    gnu: kholidays: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (kholidays): Update to 6.4.0.
    
    Change-Id: If4419fbdbe4e3beff15bd8dff8a7862f12870f69
---
 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 912033952d..8057c388df 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1092,7 +1092,7 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
 (define-public kholidays
   (package
     (name "kholidays")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1100,7 +1100,7 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
                     (version-major+minor version) "/"
                     name "-" version ".tar.xz"))
               (sha256
-               (base32 
"0pmcrzkq1s3aisihicazxgammmqmc63ywf6b0lwdb89xqwcf36cz"))))
+               (base32 
"1kddsb64b8xcxblb3sjfkncqz50cq7vfx5w5d0bg0ihmpnvgl00j"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules qttools))
     (inputs (list qtbase qtdeclarative))

Reply via email to