From a7afeaefc582882bf84b55b450f18d336e1c010c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 18 Jan 2024 11:33:11 -0500 Subject: gnu: kholidays: Update to 5.114.0. * gnu/packages/kde-frameworks.scm (kholidays): Update to 5.114.0. Change-Id: I37d6006cdefa134364a60a85859505c2d451b138 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/kde-frameworks.scm') diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index d3ac4e77fb..8cf27981dc 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -823,7 +823,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.") (define-public kholidays (package (name "kholidays") - (version "5.108.0") + (version "5.114.0") (source (origin (method url-fetch) (uri (string-append @@ -831,7 +831,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.") (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "03g484nm37vv8mnj4q6y6pdrhhiglni3s63gpxhc54zzhzxshpy5")))) + (base32 "19r8dxglz5ll6iyvigsccil3ikvcsnyy5nwcpjvjr1c0brigcjmy")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules qttools-5)) -- cgit v1.2.3