mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: plasma-systemmonitor: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (plasma-systemmonitor): Update to 6.1.3. Change-Id: Ie6b0a00bd63b9c26006d0caaae6e64cc01856753
This commit is contained in:
parent
ec0407547d
commit
c0dc936355
1 changed files with 2 additions and 2 deletions
|
@ -2612,14 +2612,14 @@ (define-public plasma-vault
|
|||
(define-public plasma-systemmonitor
|
||||
(package
|
||||
(name "plasma-systemmonitor")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v329hfr0jjqbkbidkbb52i235c4g4ix2x3mngyfvjf3ykvxd1xs"))))
|
||||
"1yfqnby1b6231m918rvpd4lc9wq9w21sfdr5cln3skc4gbyy50pz"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list ki18n
|
||||
|
|
Loading…
Reference in a new issue