1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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

Change-Id: Ia638573fceb6f010e69ec22ae1fc4919973d95a0
This commit is contained in:
Sughosha
2025-10-22 22:29:41 +05:30
parent 9df0b45654
commit 394621efa7

View File

@@ -2987,14 +2987,14 @@ hardware management, and a high degree of customizability.")
(define-public plasma-workspace-wallpapers
(package
(name "plasma-workspace-wallpapers")
(version "6.4.5")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
"1gwgq03pm4040dm6smspg6qfb0ip9qj1c078p7mw9l0jfwqksfxl"))))
"0zf9yjv3zn2ws2rpfz133nv4ai8zh69a8gs3agdz95aq2nhc3h9j"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs (list extra-cmake-modules))