mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: knotifyconfig: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.5.0. Change-Id: Ia0db202bf7a0c004e094efaf384260fbb7df2eda
This commit is contained in:
parent
c84a992eee
commit
9d12fe0ddf
1 changed files with 2 additions and 2 deletions
|
@ -4192,7 +4192,7 @@ (define-public knewstuff-5
|
|||
(define-public knotifyconfig
|
||||
(package
|
||||
(name "knotifyconfig")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4201,7 +4201,7 @@ (define-public knotifyconfig
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0y7j7hy240nxhlzvnvxnjzjpr5h75ca2vm495ygn96n0d15l3vyq"))))
|
||||
"1505xsrcn7zfaq5jkyj2dnj07fpagf4p3j2dmdgs1rjlzfzxcapv"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue