me
/
guix
Archived
1
0
Fork 0

gnu: kdeclarative: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 6.4.0.

Change-Id: I6bf7d86de7e2e0b33e5618459799125e6682ada0
master
Zheng Junjie 2024-07-20 00:24:51 +08:00
parent b1d722a8eb
commit 3983ca101a
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -3435,7 +3435,7 @@ their settings.")
(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 @@ their settings.")
name "-" version ".tar.xz"))
(sha256
(base32
"1kkdlkavd3v60sihxvlqxw2fmv1szf04llffhm0db7kmhz286zc0"))))
"11ba1zs6giwiplwrvn66k1jqh5fy63j6zm3qvsrzchy8lhhvaixv"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig qtdeclarative))