mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdeclarative: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 6.16.0. Change-Id: I79b9bf1ff89ff48fe2d809fb0826ee8d1209aee8
This commit is contained in:
parent
5ebb98a9c1
commit
097ac93b38
1 changed files with 2 additions and 2 deletions
|
@ -3489,7 +3489,7 @@ their settings.")
|
|||
(define-public kdeclarative
|
||||
(package
|
||||
(name "kdeclarative")
|
||||
(version "6.13.0")
|
||||
(version "6.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3498,7 +3498,7 @@ their settings.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a53n2b6yrwv89ci5axmkxyfh61jk3fgbjmidfyzw1lg7miy6a78"))))
|
||||
"03n867gy8v136mfs1j6vrarnxqgdk1jkj2ygs2b6ya01ynhzg3f5"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kconfig qtdeclarative))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue