gnu: kstatusnotifieritem: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kstatusnotifieritem): Update to 6.4.0. Change-Id: I5e7af8376580c39ae639ee35f8643ddf331efa45master
parent
f935a9aef5
commit
6aa20e7f5c
|
@ -4592,7 +4592,7 @@ types or handled by application specific code.")
|
||||||
(define-public kstatusnotifieritem
|
(define-public kstatusnotifieritem
|
||||||
(package
|
(package
|
||||||
(name "kstatusnotifieritem")
|
(name "kstatusnotifieritem")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4601,7 +4601,7 @@ types or handled by application specific code.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n4c761xgr9xbcwkw5q3l3v38wmanyvpf284y141ms6vs0rjw7yf"))))
|
"1fc1p8f5r6kbrk715xv8mv1fyil3avdkf74hw55890hlfh8h2y9j"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs (list extra-cmake-modules qttools))
|
(native-inputs (list extra-cmake-modules qttools))
|
||||||
|
|
Reference in New Issue