mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public kconfigwidgets-5
|
|||
(define-public kdeclarative
|
||||
(package
|
||||
(name "kdeclarative")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3444,7 +3444,7 @@ (define-public kdeclarative
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11ba1zs6giwiplwrvn66k1jqh5fy63j6zm3qvsrzchy8lhhvaixv"))))
|
||||
"10yg72mx4y6zd56nxdzcykxncnyfg1x7b20wbxj56g9fjwn1bi5k"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kconfig qtdeclarative))
|
||||
|
|
Loading…
Reference in a new issue