me
/
guix
Archived
1
0
Fork 0

gnu: kitemmodels: Update to 6.4.0.

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

Change-Id: I2f441ad05215be36dffe64e1e5cf01087f07559e
master
Zheng Junjie 2024-07-20 00:24:46 +08:00
parent 57f9742264
commit fc9f19b764
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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))