gnu: knotifyconfig: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.5.0.

Change-Id: Ia0db202bf7a0c004e094efaf384260fbb7df2eda
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:56 +08:00
parent c84a992eee
commit 9d12fe0ddf
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4192,7 +4192,7 @@ (define-public knewstuff-5
(define-public knotifyconfig
(package
(name "knotifyconfig")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4201,7 +4201,7 @@ (define-public knotifyconfig
name "-" version ".tar.xz"))
(sha256
(base32
"0y7j7hy240nxhlzvnvxnjzjpr5h75ca2vm495ygn96n0d15l3vyq"))))
"1505xsrcn7zfaq5jkyj2dnj07fpagf4p3j2dmdgs1rjlzfzxcapv"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))