me
/
guix
Archived
1
0
Fork 0

gnu: ksmtp: Update to 23.04.3.

* gnu/packages/kde-pim.scm (ksmtp): Update to 23.04.3.
master
宋文武 2023-07-30 10:32:01 +08:00
parent 8a6050fa4f
commit cca19968e8
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -1962,14 +1962,14 @@ text in the text edit to all kinds of markup, like HTML or BBCODE.")
(define-public ksmtp (define-public ksmtp
(package (package
(name "ksmtp") (name "ksmtp")
(version "22.08.1") (version "23.04.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksmtp-" version ".tar.xz")) "/src/ksmtp-" version ".tar.xz"))
(sha256 (sha256
(base32 "13ybnr39pim3r83p56wj98fwj0yk1rspd9g24a8d0qykmnbx57l3")))) (base32 "0pz17vmn38n2xl35d9di1b9138dh54wgyal9hx412nh123w13h12"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))