mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: knotifyconfig: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.4.0. Change-Id: If35623be5cc76eaa0d2dacba66754443b59ebcd5
This commit is contained in:
parent
a320f0f90e
commit
657cab4a99
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.3.0")
|
||||
(version "6.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4201,7 +4201,7 @@ (define-public knotifyconfig
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0paj00lsqlk40xwkhm0z7hims22mknp8m1cs5sqssgp5a5g6zwpb"))))
|
||||
"0y7j7hy240nxhlzvnvxnjzjpr5h75ca2vm495ygn96n0d15l3vyq"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue