mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
f219f33bf8
commit
af943b8104
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue