mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: kmbox: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kmbox): Update to 24.05.2. [inputs]: Remove qtbase-5. [arguments]: Set #:qtbase to qtbase. Change-Id: I6d5d1370ec01597d5d2e21c8254c4b580639447a
This commit is contained in:
parent
2d5ee8deeb
commit
2a5be430d1
1 changed files with 4 additions and 3 deletions
|
@ -1506,19 +1506,20 @@ (define-public kmailtransport
|
|||
(define-public kmbox
|
||||
(package
|
||||
(name "kmbox")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kmbox-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "05hdfjwp6ay2j16rxp55k3fywwf7kxiig4dv9fh51iysglmzzn76"))))
|
||||
(base32 "0g2pg80n37miinfv69mz6hpvdhhbprdvgbkvzafspaj9bram9xrr"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list kcodecs kmime qtbase-5))
|
||||
(list kcodecs kmime))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://api.kde.org/kdepim/kmbox/html/index.html")
|
||||
(synopsis "Library for handling mbox mailboxes")
|
||||
(description "This is a library for handling mailboxes in mbox format,
|
||||
|
|
Loading…
Reference in a new issue