From af943b8104357e38e5e3dcfd09bc884764b28deb Mon Sep 17 00:00:00 2001 From: Zheng Junjie <873216071@qq.com> Date: Fri, 14 Jul 2023 13:36:12 +0800 Subject: gnu: grantlee: Update to 5.3.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/qt.scm (grantlee): Update to 5.3.1. Signed-off-by: 宋文武 --- gnu/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/qt.scm') 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)) -- cgit v1.2.3