mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: plasma-systemmonitor: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (plasma-systemmonitor): Update to 6.1.4. Change-Id: Ic868a0b40953117a6113bd838499222590b54a77
This commit is contained in:
parent
1e322c8a0d
commit
93791cc935
1 changed files with 2 additions and 2 deletions
|
@ -2613,14 +2613,14 @@ (define-public plasma-vault
|
||||||
(define-public plasma-systemmonitor
|
(define-public plasma-systemmonitor
|
||||||
(package
|
(package
|
||||||
(name "plasma-systemmonitor")
|
(name "plasma-systemmonitor")
|
||||||
(version "6.1.3")
|
(version "6.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yfqnby1b6231m918rvpd4lc9wq9w21sfdr5cln3skc4gbyy50pz"))))
|
"0mz49d61k69prvzsqh361gn2vg18916r093wm9vbqqd0kp94hai6"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list ki18n
|
(inputs (list ki18n
|
||||||
|
|
Loading…
Reference in a new issue