me
/
guix
Archived
1
0
Fork 0

gnu: kitemviews: Update to 5.114.0.

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

Change-Id: Ibff883d664e0f9d976852316eac5144069fc97f5
master
Maxim Cournoyer 2024-01-18 11:33:12 -05:00
parent 865ea18fc7
commit 45e1f842ed
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1002,7 +1002,7 @@ model to observers
(define-public kitemviews
(package
(name "kitemviews")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1011,7 +1011,7 @@ model to observers
name "-" version ".tar.xz"))
(sha256
(base32
"13dcy804lv6ws1gdfjczkbnlyig11ir4p2mi26ashbgrdfpywxv1"))))
"00vl2ck0pq0sqcxvhlr2pimgr27hd9v7y9dz6w4arb5smi5q1ixg"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))