mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kmail: Update to 25.12.0.
* gnu/packages/kde-pim.scm (kmail): Update to 25.12.0. Change-Id: I3cb7fc14f9050c3a19296dc923018f2d10257075
This commit is contained in:
parent
01b88fd9fe
commit
3d24d5629c
1 changed files with 2 additions and 2 deletions
|
|
@ -1623,14 +1623,14 @@ and retrieving certificates from LDAP servers.")
|
|||
(define-public kmail
|
||||
(package
|
||||
(name "kmail")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kmail-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1x4idbflx49yphb3168a5s0bnfsrkshiih4rl2x4vpzsw9yfhi55"))))
|
||||
(base32 "0pb64vzvl9gyqiyvgbwr1rkv17j9b9ndis5f0a4ykc4i2jv09jb2"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules dbus kdoctools))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue