gnu: mimetreeparser: Update to 25.12.0.

* gnu/packages/kde-pim.scm (mimetreeparser): Update to 25.12.0.

Change-Id: Idbb75aa5f2adfcbd3e3c3c4a3a61c4920ff7f833
This commit is contained in:
Sughosha 2025-12-14 19:26:53 +05:30
parent 17d6cff370
commit 734e169fca
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -2755,14 +2755,14 @@ NOTE: plsase add akonadi and kdepim-runtime to system package.")
(define-public mimetreeparser
(package
(name "mimetreeparser")
(version "25.08.3")
(version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/mimetreeparser-" version ".tar.xz"))
(sha256
(base32 "0xxr6p44764pi5d58nxmc405sw50xwbbv50lli8aj73yr0zwy5pa"))))
(base32 "0hbqvp62x55jwfzp48676vxwz8a751ad08vm7khvh99fhikj6rk3"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))