mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
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:
parent
17d6cff370
commit
734e169fca
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue