gnu: plasma-workspace-wallpapers: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): Update to 6.1.3. Change-Id: Ic42ae9d97f7bbb03cfb7097912cbd251fef3e708master
parent
b58a3a0ba0
commit
e68957e2c4
|
@ -2889,14 +2889,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 "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
|
||||||
"0vm2v7hdfqcbxdl5gy3kx8az4q1y06iisf2rh5v4zc40vjjgf6cn"))))
|
"0cbnv28nf6130wrzsimlw9dfwblkc7p522mknqcphrqb3iql0jr1"))))
|
||||||
(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 New Issue