mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: kdeclarative: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 6.4.0. Change-Id: I6bf7d86de7e2e0b33e5618459799125e6682ada0
This commit is contained in:
parent
b1d722a8eb
commit
3983ca101a
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.3.0")
|
||||
(version "6.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3444,7 +3444,7 @@ (define-public kdeclarative
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kkdlkavd3v60sihxvlqxw2fmv1szf04llffhm0db7kmhz286zc0"))))
|
||||
"11ba1zs6giwiplwrvn66k1jqh5fy63j6zm3qvsrzchy8lhhvaixv"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kconfig qtdeclarative))
|
||||
|
|
Loading…
Reference in a new issue