1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: mimetreeparser: Update to 25.12.2.

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

Change-Id: Ia05105900535c86fe9767314ded2dab1d4d653ac
This commit is contained in:
Sughosha
2026-02-08 23:59:23 +05:30
committed by Andreas Enge
parent 74cdfe47b1
commit 922ba199fb

View File

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