guix-commits
[Top][All Lists]
Advanced

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

30/66: gnu: qtbase-5: Update to 5.15.10.


From: guix-commits
Subject: 30/66: gnu: qtbase-5: Update to 5.15.10.
Date: Tue, 22 Aug 2023 12:34:02 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 43ad003ffcb155b8876f1b89b0775f9a44cf1996
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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 02e5a8879f..44ac174839 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -356,13 +356,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

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