gnu: kongress: Update to 23.01.0.
* gnu/packages/kde-plasma.scm (kongress): Update to 23.01.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
60b3745812
commit
70acb47df1
1 changed files with 2 additions and 2 deletions
|
@ -608,14 +608,14 @@ computer's hardware.")
|
||||||
(define-public kongress
|
(define-public kongress
|
||||||
(package
|
(package
|
||||||
(name "kongress")
|
(name "kongress")
|
||||||
(version "22.09")
|
(version "23.01.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma-mobile/" version
|
(uri (string-append "mirror://kde/stable/plasma-mobile/" version
|
||||||
"/kongress-" version ".tar.xz"))
|
"/kongress-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pjp2s774sgw2dklqib8alm1a9fkixy3s92i2v8v00znx08zf2jz"))))
|
"0yma1b44sjnvhsw31r5bndrpj2sjgwgchpzc8bf9380l6an9k4r5"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
;; NOTE: Reporting bugs is linked to web browser, better not link it and let
|
;; NOTE: Reporting bugs is linked to web browser, better not link it and let
|
||||||
|
|
Reference in a new issue