mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kded: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.16.0. Change-Id: Ied7ec8c56f60ff1d49df2a4830b2df128c4485ad
This commit is contained in:
parent
097ac93b38
commit
81b245d11a
1 changed files with 2 additions and 2 deletions
|
@ -3579,7 +3579,7 @@ that offer bindings to some of the Frameworks.")
|
||||||
(define-public kded
|
(define-public kded
|
||||||
(package
|
(package
|
||||||
(name "kded")
|
(name "kded")
|
||||||
(version "6.13.0")
|
(version "6.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3588,7 +3588,7 @@ that offer bindings to some of the Frameworks.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f0zjd0gigfd6rqlvnyg6yz5fjdkcvkh3srw7044nhhc0wns8xbh"))))
|
"0ahv70qms1sdi1n45xyp5rqlmrazx1mfs0wng2r2ag6m3nq2yds9"))))
|
||||||
(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