me
/
guix
Archived
1
0
Fork 0

gnu: knotifications: Update to 6.4.0.

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

Change-Id: I47a3579f45ec57941c20fff8f9ae2ddb1eeb3dd5
master
Zheng Junjie 2024-07-20 00:24:49 +08:00
parent e07405bd02
commit 4fba6b98ec
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -2776,7 +2776,7 @@ asynchronous jobs.")
(define-public knotifications
(package
(name "knotifications")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2785,7 +2785,7 @@ asynchronous jobs.")
name "-" version ".tar.xz"))
(sha256
(base32
"0xvqri0ykx9qb6q2gjpxri71jvghzwy6p332vj8drzlm6wd3rvfc"))))
"1p15xgzy2h9ir8s5qz9jva6k41dszf8n5b13bs6rri3d0s0bdsbp"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools))