mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: kwrited: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (kwrited): Update to 6.1.4. Change-Id: Ie50b97a6e060029341105f8f127a1ddd495a2370
This commit is contained in:
parent
ffcd661cff
commit
f36ed4ddc2
1 changed files with 2 additions and 2 deletions
|
@ -1530,7 +1530,7 @@ (define-public kwin
|
|||
(define-public kwrited
|
||||
(package
|
||||
(name "kwrited")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1538,7 +1538,7 @@ (define-public kwrited
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08x0b3cxm9ynazanf6qq1hmyl86cqg8vh34k5zji6a4r19zdcj1l"))))
|
||||
"0jw18m94cjjbcpn5xb3wrf6392yy52dz0rkdzvz7sjxpp6gadgng"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcoreaddons ki18n kpty knotifications))
|
||||
|
|
Loading…
Reference in a new issue