me
/
guix
Archived
1
0
Fork 0

gnu: kstatusnotifieritem: Update to 6.4.0.

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

Change-Id: I5e7af8376580c39ae639ee35f8643ddf331efa45
master
Zheng Junjie 2024-07-20 00:24:53 +08:00
parent f935a9aef5
commit 6aa20e7f5c
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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))