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