gnu: kmbox: Update to 23.04.3.

* gnu/packages/kde-pim.scm (kmbox): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-30 10:32:00 +08:00
parent 8c27bebfe6
commit 69e05accdc
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1444,14 +1444,14 @@ (define-public kmailtransport
(define-public kmbox
(package
(name "kmbox")
(version "22.08.1")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmbox-" version ".tar.xz"))
(sha256
(base32 "0n49xqgyx40hml9554zvnycff26qki9fdy32awx9v9l8jbnrmm6p"))))
(base32 "05hdfjwp6ay2j16rxp55k3fywwf7kxiig4dv9fh51iysglmzzn76"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))