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