guix-commits
[Top][All Lists]
Advanced

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

62/71: gnu: qtlottie: Update to 6.6.3.


From: guix-commits
Subject: 62/71: gnu: qtlottie: Update to 6.6.3.
Date: Sun, 31 Mar 2024 21:57:33 -0400 (EDT)

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

commit 3a227b19b00e4a71935552482ad71ecd62c6d148
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Mar 31 21:52:53 2024 -0400

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



reply via email to

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