mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: kincidenceeditor: Update to 24.12.1.
* gnu/packages/kde-pim.scm (kincidenceeditor): Update to 24.12.1. [inputs]: Add kguiaddons. Change-Id: Ieba525d7b20bc5fb6f526a918534104e5f19caac
This commit is contained in:
parent
c0c4f7c7fe
commit
f44e05ed4e
1 changed files with 3 additions and 2 deletions
|
@ -450,14 +450,14 @@ (define-public itinerary
|
|||
(define-public kincidenceeditor
|
||||
(package
|
||||
(name "kincidenceeditor")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/incidenceeditor-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1kwqr6h2b5jlxkd52g4kdnk78v3xpzqy3d2rl582j7fkhnnsfk40"))))
|
||||
(base32 "13knf50ds2shjps93v5z8dvh19cx820gfh2dk5wlpz3sdcmh5hw9"))))
|
||||
(properties `((upstream-name . "incidenceeditor")))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
|
@ -478,6 +478,7 @@ (define-public kincidenceeditor
|
|||
kdbusaddons
|
||||
kdiagram
|
||||
keventviews
|
||||
kguiaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kidentitymanagement
|
||||
|
|
Loading…
Reference in a new issue