mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +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:
parent
e07a4acf7a
commit
a4ea0bd94f
1 changed files with 2 additions and 2 deletions
|
@ -2995,14 +2995,14 @@ hardware management, and a high degree of customizability.")
|
||||||
(define-public plasma-workspace-wallpapers
|
(define-public plasma-workspace-wallpapers
|
||||||
(package
|
(package
|
||||||
(name "plasma-workspace-wallpapers")
|
(name "plasma-workspace-wallpapers")
|
||||||
(version "6.1.4")
|
(version "6.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i23bfdfxvr0l0sd99hwl9hnxcnszppai7inrhbk6ycdc0imrxl8"))))
|
"105wy5sdaimqkqcbpqv2aa004xgdjsjfj81s9x1i6kfkqcn7mc6q"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue