guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/66: gnu: qtlottie: Update to 6.5.2.


From: guix-commits
Subject: 21/66: gnu: qtlottie: Update to 6.5.2.
Date: Tue, 22 Aug 2023 12:34:01 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit e277092ce73abfaba3fcb53a2c71a3b764197f78
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Aug 11 18:00:22 2023 -0400

    gnu: qtlottie: Update to 6.5.2.
    
    * gnu/packages/qt.scm (qtlottie): Update to 6.5.2.
---
 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 9735baae8d..5f2348c412 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2035,13 +2035,13 @@ positioning and geolocation plugins.")))
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]