mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: libksysguard: Update to 5.13.4.
* gnu/packages/kde.scm (libksysguard): Update to 5.13.4.
This commit is contained in:
parent
600f1ad8e6
commit
d84a887a5f
1 changed files with 3 additions and 3 deletions
|
@ -418,7 +418,7 @@ (define-public libkomparediff2
|
|||
(define-public libksysguard
|
||||
(package
|
||||
(name "libksysguard")
|
||||
(version "5.11.5")
|
||||
(version "5.13.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -426,7 +426,7 @@ (define-public libksysguard
|
|||
"/libksysguard-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f2py4zkqzpxxf3mqaij0q8ka0v3nschj17dv6rbzzmr5mjv825f"))))
|
||||
"0k8q5bxk9zyv7c3nny1c399v8acqs618nw39q20pj2qdijl9ibvh"))))
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
@ -468,7 +468,7 @@ (define-public libksysguard
|
|||
(lambda _
|
||||
;; TODO: Fix this failing test-case
|
||||
(zero? (system* "ctest" "-E" "processtest")))))))
|
||||
(home-page "https://www.kde.org/info/plasma-5.11.5.php")
|
||||
(home-page "https://www.kde.org/info/plasma-5.13.4.php")
|
||||
(synopsis "Network enabled task and system monitoring")
|
||||
(description "KSysGuard can obtain information on system load and
|
||||
manage running processes. It obtains this information by interacting
|
||||
|
|
Loading…
Reference in a new issue