mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kded: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.21.0. Change-Id: I3af9e75fb502bab2313da88a24413ef8f6d87aad
This commit is contained in:
parent
08c593176c
commit
b1e4aff071
1 changed files with 2 additions and 2 deletions
|
|
@ -3367,7 +3367,7 @@ that offer bindings to some of the Frameworks.")
|
|||
(define-public kded
|
||||
(package
|
||||
(name "kded")
|
||||
(version "6.19.0")
|
||||
(version "6.21.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -3376,7 +3376,7 @@ that offer bindings to some of the Frameworks.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00mwl13dwdacq6kbhhxmpnn0bj68fra95rmpg343cgzngci08nlw"))))
|
||||
"18fx0al5ax2xdif0dx5r49019gwbbshyacsckm6d12yrivzjqlrn"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue