gnu: grantlee: Update to 5.3.1.

* gnu/packages/qt.scm (grantlee): Update to 5.3.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-14 13:36:12 +08:00 committed by 宋文武
parent f219f33bf8
commit af943b8104
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -285,7 +285,7 @@ (define-public materialdecoration
(define-public grantlee
(package
(name "grantlee")
(version "5.2.0")
(version "5.3.1")
(source
(origin
(method git-fetch)
@ -294,7 +294,7 @@ (define-public grantlee
(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))