mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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
f7acc35711
commit
86a242cdd3
1 changed files with 2 additions and 2 deletions
|
@ -1871,14 +1871,14 @@ (define-public kpkpass
|
|||
(define-public kpimcommon
|
||||
(package
|
||||
(name "kpimcommon")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/pimcommon-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0k7zakx1dd39997a9a3d6qmlzdc5alw5gny0xh7bncv0fpilvgyh"))))
|
||||
(base32 "1fwxjdjixbn84flq9g95ig7z4csi08amsblr6rm1fr2lk8nazmg4"))))
|
||||
(properties `((upstream-name . "pimcommon")))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue