gnu: kitemmodels: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.4.0. Change-Id: I2f441ad05215be36dffe64e1e5cf01087f07559emaster
parent
57f9742264
commit
fc9f19b764
|
@ -1286,7 +1286,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
|
|||
(define-public kitemmodels
|
||||
(package
|
||||
(name "kitemmodels")
|
||||
(version "6.3.0")
|
||||
(version "6.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1295,7 +1295,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fmcas5n3ylgzjlmwhcnqpsm46p50zia4xzvnf5iz74icbxq9adk"))))
|
||||
"0q9dk2wipqv8li8wy5d90ild5cmzk3hznra99ii9n9v4aln3224n"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Reference in New Issue