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