mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: libksysguard: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (libksysguard): Update to 5.27.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
96f2baba10
commit
5f4d288fe1
1 changed files with 2 additions and 2 deletions
|
@ -959,7 +959,7 @@ (define-public libkscreen
|
|||
(define-public libksysguard
|
||||
(package
|
||||
(name "libksysguard")
|
||||
(version "5.25.5")
|
||||
(version "5.27.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -967,7 +967,7 @@ (define-public libksysguard
|
|||
"/libksysguard-" version ".tar.xz"))
|
||||
(patches (search-patches "libksysguard-qdiriterator-follow-symlinks.patch"))
|
||||
(sha256
|
||||
(base32 "1gqsjsdkp25abqqp4f6cv6ih199q9ad7q1a4lkhjgsh4h8jq1856"))))
|
||||
(base32 "1nqv0gxq011acvmqc2rpqrw4l928mcmg4rq2g45qzfmnmas2rjwy"))))
|
||||
(native-inputs
|
||||
(list bash-minimal extra-cmake-modules pkg-config qttools-5))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue