mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: knotifyconfig: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.16.0. Change-Id: I513d58871f8ccc60b48500b76b2139bf45f0282e
This commit is contained in:
parent
a1c299800e
commit
7cf27036e5
1 changed files with 2 additions and 2 deletions
|
@ -4235,7 +4235,7 @@ specification.")
|
||||||
(define-public knotifyconfig
|
(define-public knotifyconfig
|
||||||
(package
|
(package
|
||||||
(name "knotifyconfig")
|
(name "knotifyconfig")
|
||||||
(version "6.13.0")
|
(version "6.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4244,7 +4244,7 @@ specification.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d1rz0p270fwx84870kj7nih40kkxnpl3963mf52zs0xzkmkk6xb"))))
|
"166ahfqwp6p0wm0rsx9p2h1d86f0j0nfg4awr4xna2bcspgjin4h"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (list #:tests? #f))
|
(arguments (list #:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue