gnu: kcalutils: Update to 23.04.3.
* gnu/packages/kde-pim.scm (kcalutils): Update to 23.04.3.
This commit is contained in:
parent
2874d6ca0f
commit
82b112a9ee
1 changed files with 2 additions and 2 deletions
|
@ -715,14 +715,14 @@ calendaring applications.")
|
||||||
(define-public kcalutils
|
(define-public kcalutils
|
||||||
(package
|
(package
|
||||||
(name "kcalutils")
|
(name "kcalutils")
|
||||||
(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/kcalutils-" version ".tar.xz"))
|
"/src/kcalutils-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1y25csn37lp14ba18gqmw9ssimy4dqi55irx8c89p4p1lypjwfzq"))))
|
(base32 "1j7f5ai25zcxggw3dvky624asxim5bkd6a35rcdzkjhj1qwk3vll"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules libxml2)) ;; xmllint required for tests
|
(list extra-cmake-modules libxml2)) ;; xmllint required for tests
|
||||||
|
|
Reference in a new issue