mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtlottie: Update to 6.5.2.
* gnu/packages/qt.scm (qtlottie): Update to 6.5.2.
This commit is contained in:
parent
ecd859120a
commit
e277092ce7
1 changed files with 2 additions and 2 deletions
|
@ -2035,13 +2035,13 @@ (define-public qtlocation
|
|||
(define-public qtlottie
|
||||
(package
|
||||
(name "qtlottie")
|
||||
(version "6.3.2")
|
||||
(version "6.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c092hmf114r8jfdhkhxnn3vywj93mg33whzav47gr9mbza44icq"))))
|
||||
"16z8fhaa40ig0cggb689zf8j3cid6fk6pmh91b8342ymy1fdqfh0"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue