me
/
guix
Archived
1
0
Fork 0

gnu: knotifyconfig: Update to 6.4.0.

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

Change-Id: If35623be5cc76eaa0d2dacba66754443b59ebcd5
master
Zheng Junjie 2024-07-20 00:24:52 +08:00
parent a320f0f90e
commit 657cab4a99
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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