mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: system-settings: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (system-settings): Update to 6.1.3. Change-Id: I0af92c54b5fb7009a27334c7456a20e4cffe8fa7
This commit is contained in:
parent
137a1fa533
commit
cc20374cad
1 changed files with 2 additions and 2 deletions
|
@ -3030,14 +3030,14 @@ (define-public powerdevil
|
|||
(define-public system-settings
|
||||
(package
|
||||
(name "system-settings")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/systemsettings-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dj6ic2i2pm01xyc1nl4k7v5r3rq1lwb638sfkbjch5g1gndsylh"))))
|
||||
"0c9130zvdrn7lm256adsx7knzmd95q5m8sx0r6wgxnxl5br09fk5"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kauth
|
||||
|
|
Loading…
Reference in a new issue