guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit b36b2eb9f5cd1f27654e31c81ffb670458e677e4
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:38 2026 +0530
gnu: kholidays: Update to 6.24.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 6.24.0.
[native-inputs]: Add bison, and flex.
Change-Id: I71d2be2a58e298f3c1203272026b5be92cd2e984
---
gnu/packages/kde-frameworks.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 42eb7b2503..ef5ea41a69 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1135,7 +1135,7 @@ interfaces in the areas of colors, fonts, text, images,
keyboard input.")
(define-public kholidays
(package
(name "kholidays")
- (version "6.23.0")
+ (version "6.24.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1143,11 +1143,11 @@ interfaces in the areas of colors, fonts, text, images,
keyboard input.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32
"0wafckbsc770rx7gnav2bb507c552a9jbslp2gnpxi05cp59mjal"))))
+ (base32
"1gmp35sp5via3aphzrj3c2dapdbvjmgnc6pqgwqf10iv03mc98wl"))))
(build-system cmake-build-system)
;; As required by kholidaysdeclarativeplugin.qmltypes.
(propagated-inputs (list qtdeclarative))
- (native-inputs (list extra-cmake-modules qttools))
+ (native-inputs (list bison extra-cmake-modules flex qttools))
(inputs (list qtbase))
(home-page "https://invent.kde.org/frameworks/kholidays")
(synopsis "Library for regional holiday information")