mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: kmbox: Update to 23.04.3.
* gnu/packages/kde-pim.scm (kmbox): Update to 23.04.3.
This commit is contained in:
parent
8c27bebfe6
commit
69e05accdc
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue