mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: knotifications: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (knotifications): Update to 6.13.0. Change-Id: I791d938c68e337a0b4ad399d494681fb75faaa9c
This commit is contained in:
parent
678206c912
commit
3313cd534e
1 changed files with 2 additions and 2 deletions
|
@ -2789,7 +2789,7 @@ asynchronous jobs.")
|
|||
(define-public knotifications
|
||||
(package
|
||||
(name "knotifications")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2798,7 +2798,7 @@ asynchronous jobs.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18gjdb8dmindraqf4halsf1mfglld854ramfyfs3f3s0a0fqidrn"))))
|
||||
"1pgrd42wgd6ffy52mfs9ii1l87lvx772w4blr05p03z898fjzcfj"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config qttools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue