~ruther/guix-local

9a178fde37a9ef2604f517b482311b706176df52 — Sughosha 5 months ago af97007
gnu: plasma-welcome: Update to 6.5.0.

* gnu/packages/kde-plasma.scm (plasma-welcome): Update to 6.5.0.

Change-Id: I8590ee22cee5004305b3e6c32ad65295cf6528c3
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +2 -2
@@ 2702,7 2702,7 @@ sensors, process information and other system resources.")
(define-public plasma-welcome
  (package
    (name "plasma-welcome")
    (version "6.4.5")
    (version "6.5.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/"


@@ 2711,7 2711,7 @@ sensors, process information and other system resources.")
                                  version ".tar.xz"))
              (sha256
               (base32
                "02fnzrchpqkvq1529s8s4n2cvp38wdcb4vchklx2ca6mnmbvpkjp"))))
                "1dl5rg7r0mmkdd8dh9985c6ghggsrhglad9pidz6ni0whddjbhad"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules pkg-config))