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.5.

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

Change-Id: I2f8b315c123ee1a4258a1f992f7f3164a11aaff3
This commit is contained in:
Sughosha
2026-02-08 23:05:40 +05:30
committed by Andreas Enge
parent 25b2d0be74
commit 77726037f2

View File

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