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