mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: plasma-desktop: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (plasma-desktop): Update to 6.1.4. Change-Id: I1af3b0ef73da53c0f5381204144eea985bca0d86
This commit is contained in:
parent
cc50998279
commit
c31b4e43c8
1 changed files with 2 additions and 2 deletions
|
@ -1934,14 +1934,14 @@ (define-public plasma-browser-integration
|
|||
(define-public plasma-desktop
|
||||
(package
|
||||
(name "plasma-desktop")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1b8zq81kdzqghp8ivm4zq5b645siayzldqddzpbrbhpi3bx68brn"))))
|
||||
"1lc74i0pqhsj6yqc2czdvnl8n7ry63r2g34hf7avip7v0bv9gf43"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules
|
||||
dbus
|
||||
|
|
Loading…
Reference in a new issue