z572 pushed a commit to branch qt-team
in repository guix.

commit 3211d1470301d87400292c2d5b18bba586c7546d
Author: Zheng Junjie <[email protected]>
AuthorDate: Sun Aug 11 00:11:17 2024 +0800

    gnu: qtlottie: Update to 6.7.2.
    
    * gnu/packages/qt.scm (qtlottie): Update to 6.7.2.
    
    Change-Id: I0718c92b95f1f4b83351ecc0f73b20dd4ef32b22
---
 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 2e50313595..7013133343 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2343,13 +2343,13 @@ positioning and geolocation plugins.")))
 (define-public qtlottie
   (package
     (name "qtlottie")
-    (version "6.6.3")
+    (version "6.7.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "1d0fjb0080wnd71f50zwal1b504iimln9mpnb3sc5yznmv8gm4cq"))))
+                "03piwc7p0lgqm73rx2kf5ckh986nv9dkssfl47js8lnkb29vrbyr"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to