mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 20:50:54 -06:00
gnu: plasma-workspace-wallpapers: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): Update to 6.3.6. Change-Id: I2960a4407b8a402bc46c1501a9c1517266263f4d
This commit is contained in:
parent
01f4402f53
commit
881fcbb5fa
1 changed files with 2 additions and 2 deletions
|
|
@ -3009,14 +3009,14 @@ hardware management, and a high degree of customizability.")
|
|||
(define-public plasma-workspace-wallpapers
|
||||
(package
|
||||
(name "plasma-workspace-wallpapers")
|
||||
(version "6.3.4")
|
||||
(version "6.3.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jccrbpg0qdfys2gj789zfn0yilkwckd81d9nvpkppljv94p0gfa"))))
|
||||
"17qpznf9afi76c3dmyjm795fkrdwjr06i5qdw2gaissgrr0lxgh1"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue