mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: kdeclarative: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 6.10.0. Change-Id: Ibcaee86837a89ab1c9a269138a4682d9cc01924c
This commit is contained in:
parent
93bf205f2b
commit
24f4a00393
1 changed files with 2 additions and 2 deletions
|
@ -3435,7 +3435,7 @@ their settings.")
|
||||||
(define-public kdeclarative
|
(define-public kdeclarative
|
||||||
(package
|
(package
|
||||||
(name "kdeclarative")
|
(name "kdeclarative")
|
||||||
(version "6.5.0")
|
(version "6.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3444,7 +3444,7 @@ their settings.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10yg72mx4y6zd56nxdzcykxncnyfg1x7b20wbxj56g9fjwn1bi5k"))))
|
"0wwyzp6ysb4h0gi3snni67i3d8ffql2mmb21ksa89d0mwssv57nv"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kconfig qtdeclarative))
|
(list kconfig qtdeclarative))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue