gnu: plasma-workspace-wallpapers: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): Update to 6.1.2. Change-Id: I1a13efff28b8a7a15f075c26de1cba53e94458ff
This commit is contained in:
parent
2160af9039
commit
bb90062021
1 changed files with 2 additions and 2 deletions
|
@ -2546,14 +2546,14 @@ hardware management, and a high degree of customizability.")
|
||||||
(define-public plasma-workspace-wallpapers
|
(define-public plasma-workspace-wallpapers
|
||||||
(package
|
(package
|
||||||
(name "plasma-workspace-wallpapers")
|
(name "plasma-workspace-wallpapers")
|
||||||
(version "5.27.7")
|
(version "6.1.2")
|
||||||
(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
|
||||||
"181q0mmmp3dygzafgh4qq2pwi5w15vw6mwc21nkl98qf6z773ify"))))
|
"0vm2v7hdfqcbxdl5gy3kx8az4q1y06iisf2rh5v4zc40vjjgf6cn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
|
Reference in a new issue