mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: kdeclarative: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 5.114.0. Change-Id: I8dd6049ed8d876a7573f527fb802bb04f6be8edb
This commit is contained in:
parent
8f55a10874
commit
1e6dd07ca4
1 changed files with 2 additions and 2 deletions
|
@ -2392,7 +2392,7 @@ (define-public kconfigwidgets
|
|||
(define-public kdeclarative
|
||||
(package
|
||||
(name "kdeclarative")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2401,7 +2401,7 @@ (define-public kdeclarative
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kdg18a2xpgl6xkrk68nnbj57nwn8rv5yd5q5bfbfc8chibk9y4z"))))
|
||||
"0w98pj8acxb4m9645963rzq5vja1fbih5czz24mf9zdqlg2dkz8g"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kconfig kpackage qtdeclarative-5))
|
||||
|
|
Loading…
Reference in a new issue