iyzsong pushed a commit to branch kde-updates
in repository guix.
commit af943b8104357e38e5e3dcfd09bc884764b28deb
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jul 14 13:36:12 2023 +0800
gnu: grantlee: Update to 5.3.1.
* gnu/packages/qt.scm (grantlee): Update to 5.3.1.
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/qt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index e8654eee44..f8fa56b661 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -285,7 +285,7 @@ applications on Wayland.")
(define-public grantlee
(package
(name "grantlee")
- (version "5.2.0")
+ (version "5.3.1")
(source
(origin
(method git-fetch)
@@ -294,7 +294,7 @@ applications on Wayland.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02dyqxjyxiqxrlz5g7v9ly8f095vs3iha39l75q6s8axs36y01lq"))))
+ (base32 "1ipnkdi8wgv519mvwa5zxlz20wipbypyfixjv2qdfd9vl1pznwvs"))))
(native-inputs
;; Optional: lcov and cccc, both are for code coverage
(list doxygen))