mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: plasma-desktop: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (plasma-desktop): Update to 6.2.5. Change-Id: Ia049600f9a4b4703b7f592daf50c1e9cd63d0f27
This commit is contained in:
parent
f00c4e526c
commit
318d0d5127
1 changed files with 2 additions and 2 deletions
|
@ -1984,14 +1984,14 @@ (define-public plasma-browser-integration
|
|||
(define-public plasma-desktop
|
||||
(package
|
||||
(name "plasma-desktop")
|
||||
(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
|
||||
"1lc74i0pqhsj6yqc2czdvnl8n7ry63r2g34hf7avip7v0bv9gf43"))))
|
||||
"0s6hx5pzxf3f27c24b6b1n4wm8yhgdfn2knqhna09dri40h2jgdp"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules
|
||||
dbus
|
||||
|
|
Loading…
Reference in a new issue