me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Ic42ae9d97f7bbb03cfb7097912cbd251fef3e708
master
Zheng Junjie 2024-07-20 19:10:30 +08:00
parent b58a3a0ba0
commit e68957e2c4
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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