gnu: plasma-systemmonitor: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (plasma-systemmonitor): Update to 6.1.3. Change-Id: Ie6b0a00bd63b9c26006d0caaae6e64cc01856753master
parent
ec0407547d
commit
c0dc936355
|
@ -2612,14 +2612,14 @@ vaults.")
|
||||||
(define-public plasma-systemmonitor
|
(define-public plasma-systemmonitor
|
||||||
(package
|
(package
|
||||||
(name "plasma-systemmonitor")
|
(name "plasma-systemmonitor")
|
||||||
(version "6.1.2")
|
(version "6.1.3")
|
||||||
(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
|
||||||
"1v329hfr0jjqbkbidkbb52i235c4g4ix2x3mngyfvjf3ykvxd1xs"))))
|
"1yfqnby1b6231m918rvpd4lc9wq9w21sfdr5cln3skc4gbyy50pz"))))
|
||||||
(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
|
||||||
|
|
Reference in New Issue