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

commit cccbf481e5c69582acd05134471a1316fc1f13cf
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Aug 15 16:20:02 2023 -0400

    gnu: qtbase-5: Update to 5.15.10.
    
    * gnu/packages/qt.scm (qtbase-5): Update to 5.15.10.
---
 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 c858bab571..d1fdce8cf7 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -330,13 +330,13 @@ system, and the core design of Django is reused in 
Grantlee.")
 (define-public qtbase-5
   (package
     (name "qtbase")
-    (version "5.15.8")
+    (version "5.15.10")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "175ynjndpzsw69vnsq4swykn9f48568ww9b4z3yw7azkqwk13cdz"))
+                "1fcg3kx5akvj0kqxd99h5lv3kv4pw2cj0makmpvhpw90inqnrl60"))
               ;; Use TZDIR to avoid depending on package "tzdata".
               (patches (search-patches "qtbase-use-TZDIR.patch"
                                        "qtbase-moc-ignore-gcc-macro.patch"

Reply via email to