guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 1fb80cbaa486ec89ee02c8ac1b73c16e378f9345
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:15 2026 +0530
gnu: kholidays: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 6.23.0.
Change-Id: If14913d6ec2e31168aa5be8d9f27e13da490b6db
---
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 f37699a5aa..bbfd91afcb 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.22.0")
+ (version "6.23.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
"1456w3jg7354qiphqnij9izpmzr0rvgac67sbciaxifn2g3z3drr"))))
+ (base32
"0wafckbsc770rx7gnav2bb507c552a9jbslp2gnpxi05cp59mjal"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules qttools))
(inputs (list qtbase qtdeclarative))