mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ksystemstats: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.3.6. Change-Id: I6d75d9a7cce01cbad31df54676e030471bc6fb19
This commit is contained in:
parent
41ef2b3870
commit
b203c5c29d
1 changed files with 2 additions and 2 deletions
|
@ -1148,7 +1148,7 @@ call it if it is not associated to a terminal.")
|
||||||
(define-public ksystemstats
|
(define-public ksystemstats
|
||||||
(package
|
(package
|
||||||
(name "ksystemstats")
|
(name "ksystemstats")
|
||||||
(version "6.3.4")
|
(version "6.3.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -1156,7 +1156,7 @@ call it if it is not associated to a terminal.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15akx389ia5fv66i65ipmhx4ki3n0rn9r1hsqca12fnhf29nl000"))))
|
"08qkynr7p3b1s7n49n7wf8kkr3xms9s54wsx4pa2lx172l1h6r79"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue