mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -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
|
(define-public plasma-desktop
|
||||||
(package
|
(package
|
||||||
(name "plasma-desktop")
|
(name "plasma-desktop")
|
||||||
(version "6.1.3")
|
(version "6.1.4")
|
||||||
(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
|
||||||
"1b8zq81kdzqghp8ivm4zq5b645siayzldqddzpbrbhpi3bx68brn"))))
|
"1lc74i0pqhsj6yqc2czdvnl8n7ry63r2g34hf7avip7v0bv9gf43"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules
|
(native-inputs (list extra-cmake-modules
|
||||||
dbus
|
dbus
|
||||||
|
|
Loading…
Reference in a new issue