gnu: kdeclarative: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 5.27.0.
This commit is contained in:
parent
986d0eae65
commit
46e1ac0be8
|
@ -1784,16 +1784,16 @@ their settings.")
|
|||
(define-public kdeclarative
|
||||
(package
|
||||
(name "kdeclarative")
|
||||
(version "5.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00ik9q1r6y6g5rkdq96yczgrxmcg85x00lipyljvc3x6xw6bixbz"))))
|
||||
(version "5.27.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a8pqwrwgmzarinhr9xxviqh9417p8icj8lwqg9ly0q0j3yv20dh"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
`(("kconfig" ,kconfig)
|
||||
|
|
Loading…
Reference in New Issue