diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 11:33:25 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 20:54:12 -0500 |
commit | 6b1e7b75e722afd263189996e1058d2132c43f81 (patch) | |
tree | e70f8c8c856a769023a0044800065b45747e6332 /gnu | |
parent | 3489fcc8ab3c01accb6a04d2060dc7c45e5ba2eb (diff) | |
download | guix-6b1e7b75e722afd263189996e1058d2132c43f81.tar.gz guix-6b1e7b75e722afd263189996e1058d2132c43f81.zip |
gnu: kdesignerplugin: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kdesignerplugin): Update to 5.114.0.
Change-Id: I7fc685a3bb73cf80c43279e1f6d1b90dcaca2296
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index c43165a5fa..44c1cea944 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2487,7 +2487,7 @@ started on demand.") (define-public kdesignerplugin (package (name "kdesignerplugin") - (version "5.108.0") + (version "5.114.0") (source (origin (method url-fetch) (uri (string-append @@ -2496,7 +2496,7 @@ started on demand.") name "-" version ".tar.xz")) (sha256 (base32 - "0ibd1sgyiawl7b25ag1qs80s0vai16ab1zmdrhx85gd1583vkyab")))) + "0zlvkayv6zl5rp1076bscmdzyw93y7sxqb5848w11vs0g9amcj9n")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools qttools-5)) |