mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcalendarsupport: Update to 24.12.1.
* gnu/packages/kde-pim.scm (kcalendarsupport): Update to 24.12.1. Change-Id: I6fec0a7df1c8f0588f9da35024c005a820bb0660
This commit is contained in:
parent
9b21faa810
commit
f772f9699d
1 changed files with 2 additions and 2 deletions
|
@ -631,14 +631,14 @@ KAccounts system.")
|
||||||
(define-public kcalendarsupport
|
(define-public kcalendarsupport
|
||||||
(package
|
(package
|
||||||
(name "kcalendarsupport")
|
(name "kcalendarsupport")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(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/calendarsupport-" version ".tar.xz"))
|
"/src/calendarsupport-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qih5p810h1860diqb9yszrv0arf63bd32x7rfizw6mhpkh20ryq"))))
|
(base32 "0xpxyqgnranf89ybkd8aqfrxk1szg0ryr0xdwgrjkgqfn0p2az7z"))))
|
||||||
(properties `((upstream-name . "calendarsupport")))
|
(properties `((upstream-name . "calendarsupport")))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue