me
/
guix
Archived
1
0
Fork 0

gnu: libksysguard: Update to 5.15.1.

* gnu/packages/kde-plasma.scm (libksysguard): Update to 5.15.1.
master
Tobias Geerinckx-Rice 2019-02-24 19:42:46 +01:00
parent 95c786758a
commit ddcda4ee12
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ basic needs and easy to configure for those who want special setups.")
(define-public libksysguard
(package
(name "libksysguard")
(version "5.15.0")
(version "5.15.1")
(source
(origin
(method url-fetch)
@ -176,7 +176,7 @@ basic needs and easy to configure for those who want special setups.")
"/libksysguard-" version ".tar.xz"))
(sha256
(base32
"1aqkzbng2qq09rpb21r6drnn866b9y8yba3klhvhi0q5vg3p605d"))))
"0ml106yq4q9qagkrcaafgcky18wk76px5a1r6j36wfjqdd6wpzvs"))))
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config)))