gnu: plasma-workspace-wallpapers: Update to 5.27.6.

* gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): Update to 5.27.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-15 16:35:52 +08:00 committed by 宋文武
parent cde43309b8
commit a24df4fe6d
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2422,14 +2422,14 @@ (define-public plasma-workspace
(define-public plasma-workspace-wallpapers
(package
(name "plasma-workspace-wallpapers")
(version "5.25.5")
(version "5.27.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
"0pdgg8h6zwyxf1pj241mg3hd94wh38bqxj68af5jfp10xrwkzcyr"))))
"018vvxhs0rlc25hd5kafhzk6anl1yabggby7b5vsqvip2rsma0qk"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(home-page "https://community.kde.org/Frameworks")