mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: kwrited: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (kwrited): Update to 5.27.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
2401c20ca0
commit
ab7519313e
1 changed files with 2 additions and 2 deletions
|
@ -1288,7 +1288,7 @@ (define-public kwin
|
|||
(define-public kwrited
|
||||
(package
|
||||
(name "kwrited")
|
||||
(version "5.25.5")
|
||||
(version "5.27.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1296,7 +1296,7 @@ (define-public kwrited
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03gw3czdgyf35n6x79x416rk6f7w1ayzmy5pb65v9733nx1j34mh"))))
|
||||
"153q38msna94wy8qbss02hzw7vabfghxs90bq9g9qjsr28428r86"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcoreaddons ki18n kpty knotifications))
|
||||
|
|
Loading…
Reference in a new issue