1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 10:00:46 +02:00

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

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

Change-Id: Ia2d786c65a60bbf6790745750462cae3095af87e
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:59 +08:00 committed by Zheng Junjie
parent e07a4acf7a
commit a4ea0bd94f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2995,14 +2995,14 @@ hardware management, and a high degree of customizability.")
(define-public plasma-workspace-wallpapers
(package
(name "plasma-workspace-wallpapers")
(version "6.1.4")
(version "6.2.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
"1i23bfdfxvr0l0sd99hwl9hnxcnszppai7inrhbk6ycdc0imrxl8"))))
"105wy5sdaimqkqcbpqv2aa004xgdjsjfj81s9x1i6kfkqcn7mc6q"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(home-page "https://community.kde.org/Frameworks")