gnu: plasma-desktop: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (plasma-desktop): Update to 6.1.3. Change-Id: I23fff641d2df5084d8aebf2beecd2e525afd278emaster
parent
da818d9fbf
commit
3274885d8a
|
@ -1933,14 +1933,14 @@ the KDE Plasma 6 desktop.")
|
||||||
(define-public plasma-desktop
|
(define-public plasma-desktop
|
||||||
(package
|
(package
|
||||||
(name "plasma-desktop")
|
(name "plasma-desktop")
|
||||||
(version "6.1.2")
|
(version "6.1.3")
|
||||||
(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
|
||||||
"1n72hynnvgyy0ja0f20p322c2y5yvb5ra1i4jrlxwji795y09r19"))))
|
"1b8zq81kdzqghp8ivm4zq5b645siayzldqddzpbrbhpi3bx68brn"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules
|
(native-inputs (list extra-cmake-modules
|
||||||
dbus
|
dbus
|
||||||
|
|
Reference in New Issue