aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 11:33:12 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 20:54:05 -0500
commit865ea18fc7487ba1e73d3a429f5cb2734135ed5d (patch)
tree03646a358d9de375e242e2e07620a4dc48f0e565 /gnu/packages/kde-frameworks.scm
parentf0829c06acad48a939c4dd3a85369dfc08300c19 (diff)
downloadguix-865ea18fc7487ba1e73d3a429f5cb2734135ed5d.tar.gz
guix-865ea18fc7487ba1e73d3a429f5cb2734135ed5d.zip
gnu: kitemmodels: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 5.114.0. Change-Id: I1b0c318079874496acfa943a6616514fbe653e38
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index cf76d9ec42..2eb4ac73db 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -952,7 +952,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "5.108.0")
+ (version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -961,7 +961,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05dd1d1dxkbjrr6x73ndsrabzaa02m3cn1h4dmsgpydy1rkzbj9v"))))
+ "1bfmcrbcbrvp2rcaf32vzvarqwp41gn6s4xpf56hnxbwf9kgk1fl"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))