gnu: knotifications: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (knotifications): Update to 6.4.0. Change-Id: I47a3579f45ec57941c20fff8f9ae2ddb1eeb3dd5master
parent
e07405bd02
commit
4fba6b98ec
|
@ -2776,7 +2776,7 @@ asynchronous jobs.")
|
||||||
(define-public knotifications
|
(define-public knotifications
|
||||||
(package
|
(package
|
||||||
(name "knotifications")
|
(name "knotifications")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2785,7 +2785,7 @@ asynchronous jobs.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xvqri0ykx9qb6q2gjpxri71jvghzwy6p332vj8drzlm6wd3rvfc"))))
|
"1p15xgzy2h9ir8s5qz9jva6k41dszf8n5b13bs6rri3d0s0bdsbp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools))
|
||||||
|
|
Reference in New Issue