guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit c6124b8c30db177570aa17b3fddf6ae145a6331c
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 18:36:08 2025 +0530
gnu: merkuro: Update to 25.08.1.
* gnu/packages/kde-pim.scm (merkuro): Update to 25.08.1.
[inputs]: Remove the duplicate akonadi-mime; add akonadi-search, kholidays,
qtlocation and qtpositioning.
Change-Id: I80f0cea05d295bc87781c509dc2fa67cee722269
---
gnu/packages/kde-pim.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 44aec82ec0..0e7c08e13a 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2513,7 +2513,7 @@ is a Sieve parser and interpreter library for KDE.")
(define-public merkuro
(package
(name "merkuro")
- (version "24.12.1")
+ (version "25.08.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@@ -2521,7 +2521,7 @@ is a Sieve parser and interpreter library for KDE.")
".tar.xz"))
(sha256
(base32
- "18sdf4nd0dl36d3wv4hl99d1by5871wdblc9d9z72kph4jgyyacm"))))
+ "1k536qkfgr6bvxqbvc2szyych4076kxgvnbs7zy9vkpwzqdlcz42"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase
@@ -2537,7 +2537,7 @@ is a Sieve parser and interpreter library for KDE.")
akonadi-calendar
akonadi-contacts
akonadi-mime
- akonadi-mime
+ akonadi-search
breeze-icons
gpgme
grantleetheme
@@ -2550,6 +2550,7 @@ is a Sieve parser and interpreter library for KDE.")
kcrash
kdbusaddons
keventviews
+ kholidays
ki18n
kiconthemes
kidentitymanagement
@@ -2574,6 +2575,8 @@ is a Sieve parser and interpreter library for KDE.")
mimetreeparser
qqc2-desktop-style
qtdeclarative
+ qtlocation
+ qtpositioning
qtsvg
qtwebengine))
(home-page "https://apps.kde.org/kalendar/")