mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: knotifications: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (knotifications): Update to 5.114.0. Change-Id: I098cb0638d659609f639ac4723842d504337f0c2
This commit is contained in:
parent
081433f523
commit
0c46d42d0b
1 changed files with 2 additions and 2 deletions
|
@ -1962,7 +1962,7 @@ asynchronous jobs.")
|
||||||
(define-public knotifications
|
(define-public knotifications
|
||||||
(package
|
(package
|
||||||
(name "knotifications")
|
(name "knotifications")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1971,7 +1971,7 @@ asynchronous jobs.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05qdmjjxj362zhwyk0vv83wfzsgjd4nxnvk2avhiscr2k46swn96"))))
|
"0cjd5ml9hyzprjgmrc132cmp7g9hnl0h5swlxw2ifqnxxyfkg72b"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules dbus pkg-config qttools-5))
|
(list extra-cmake-modules dbus pkg-config qttools-5))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue