~ruther/guix-local

6aa20e7f5c3e56f9d9c482db3c96e048e5ba2978 — Zheng Junjie 2 years ago f935a9a
gnu: kstatusnotifieritem: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kstatusnotifieritem): Update to 6.4.0.

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

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 4592,7 4592,7 @@ types or handled by application specific code.")
(define-public kstatusnotifieritem
  (package
    (name "kstatusnotifieritem")
    (version "6.3.0")
    (version "6.4.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 4601,7 4601,7 @@ types or handled by application specific code.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1n4c761xgr9xbcwkw5q3l3v38wmanyvpf284y141ms6vs0rjw7yf"))))
                "1fc1p8f5r6kbrk715xv8mv1fyil3avdkf74hw55890hlfh8h2y9j"))))
    (build-system qt-build-system)
    (arguments (list #:qtbase qtbase))
    (native-inputs (list extra-cmake-modules qttools))