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

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

Change-Id: If3255596b77f57ecbf6e166304ad303d5cc92195
This commit is contained in:
Zheng Junjie 2025-07-28 14:17:57 +08:00
parent c305892036
commit eca5850a4e
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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