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

commit 69eba4d7840f858c44111ae3ddf33ce63090fcfc
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Tue Feb 4 14:55:33 2025 +0800

    gnu: qtlottie: Update to 6.8.2.
    
    * gnu/packages/qt.scm (qtlottie): Update to 6.8.2.
    
    Change-Id: Icbbc2ba666ca55fc269585a66db17703fa8d3dd9
---
 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 67288ce42c..43161b9441 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2462,13 +2462,13 @@ positioning and geolocation plugins.")))
 (define-public qtlottie
   (package
     (name "qtlottie")
-    (version "6.7.2")
+    (version "6.8.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "03piwc7p0lgqm73rx2kf5ckh986nv9dkssfl47js8lnkb29vrbyr"))))
+                "085yiqihp54m94nw2r82dfnjpf5kvr43bywhr02xv4q31nr3xm2y"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to