mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: kded: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.19.0. Change-Id: I38b3f322f07a17a1a9db6f89c9ac29361c14c6c8
This commit is contained in:
parent
a33689b4b3
commit
489beed100
1 changed files with 2 additions and 2 deletions
|
|
@ -3484,7 +3484,7 @@ that offer bindings to some of the Frameworks.")
|
|||
(define-public kded
|
||||
(package
|
||||
(name "kded")
|
||||
(version "6.18.0")
|
||||
(version "6.19.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -3493,7 +3493,7 @@ that offer bindings to some of the Frameworks.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10jq5q3q6n0hb1075rpffh517qdzmwkc3ci8qh5347wrpzk3w3n9"))))
|
||||
"00mwl13dwdacq6kbhhxmpnn0bj68fra95rmpg343cgzngci08nlw"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue