me
/
guix
Archived
1
0
Fork 0

gnu: kitemviews: Update to 6.4.0.

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

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

View File

@ -1356,7 +1356,7 @@ model to observers
(define-public kitemviews
(package
(name "kitemviews")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1365,7 +1365,7 @@ model to observers
name "-" version ".tar.xz"))
(sha256
(base32
"0byllbqxk2q4svxh1pim8jm6n2qimh5gp9h0m0s1hqqiaqapsrfq"))))
"0h34sl46dpp2rind80fqizviz5bm5qajs4pdcjrpjyajvjybk022"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))