~ruther/guix-local

0db74cfc93bc2ea3e5321484124c75cb88229cda — Sughosha 5 months ago b41abf5
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
1 files changed, 6 insertions(+), 3 deletions(-)

M gnu/packages/kde-pim.scm
M gnu/packages/kde-pim.scm => gnu/packages/kde-pim.scm +6 -3
@@ 2478,7 2478,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/"


@@ 2486,7 2486,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


@@ 2502,7 2502,7 @@ is a Sieve parser and interpreter library for KDE.")
                  akonadi-calendar
                  akonadi-contacts
                  akonadi-mime
                  akonadi-mime
                  akonadi-search
                  breeze-icons
                  gpgme
                  grantleetheme


@@ 2515,6 2515,7 @@ is a Sieve parser and interpreter library for KDE.")
                  kcrash
                  kdbusaddons
                  keventviews
                  kholidays
                  ki18n
                  kiconthemes
                  kidentitymanagement


@@ 2539,6 2540,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/")