mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdeclarative: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 6.5.0. Change-Id: I5420b070c003823142f88317dbd5101d8c6520ca
This commit is contained in:
parent
c4ecda1d80
commit
0312f3d1e5
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.4.0")
|
(version "6.5.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
|
||||||
"11ba1zs6giwiplwrvn66k1jqh5fy63j6zm3qvsrzchy8lhhvaixv"))))
|
"10yg72mx4y6zd56nxdzcykxncnyfg1x7b20wbxj56g9fjwn1bi5k"))))
|
||||||
(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