mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kpimcommon: Update to 24.12.1.
* gnu/packages/kde-pim.scm (kpimcommon): Update to 24.12.1. Change-Id: Ie7add1392235a3b02a0f0f3bd0c9294d6bbcbef9
This commit is contained in:
parent
33cbe5a0ee
commit
308d7001e1
1 changed files with 2 additions and 2 deletions
|
@ -1871,14 +1871,14 @@ pass files.")
|
||||||
(define-public kpimcommon
|
(define-public kpimcommon
|
||||||
(package
|
(package
|
||||||
(name "kpimcommon")
|
(name "kpimcommon")
|
||||||
(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/pimcommon-" version ".tar.xz"))
|
"/src/pimcommon-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0k7zakx1dd39997a9a3d6qmlzdc5alw5gny0xh7bncv0fpilvgyh"))))
|
(base32 "1fwxjdjixbn84flq9g95ig7z4csi08amsblr6rm1fr2lk8nazmg4"))))
|
||||||
(properties `((upstream-name . "pimcommon")))
|
(properties `((upstream-name . "pimcommon")))
|
||||||
(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