mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ksmtp: Update to 25.12.0.
* gnu/packages/kde-pim.scm (ksmtp): Update to 25.12.0. Change-Id: I9e9d8c4d22f8aa04608ca26a2817e5aa2d85875a
This commit is contained in:
parent
f992d02ba2
commit
cf32a42a37
1 changed files with 2 additions and 2 deletions
|
|
@ -2426,14 +2426,14 @@ text in the text edit to all kinds of markup, like HTML or BBCODE.")
|
|||
(define-public ksmtp
|
||||
(package
|
||||
(name "ksmtp")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksmtp-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1rnc2pja4ciqwmgksli2z1yzvzl5sya67s61dgjcxw93fy0421qm"))))
|
||||
(base32 "0i8s0vsz78sk6fqx4hz89zh0as4c7b3m5v0v00v3rzjpvk6nxmhm"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue