z572 pushed a commit to branch qt-team
in repository guix.
commit 9d38f79c0e9925ba1555ea905fafe9a2c3b9a600
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Sep 11 15:43:13 2024 +0800
gnu: qtbase-5: Update to 5.15.15.
* gnu/packages/qt.scm (qtbase-5): Update to 5.15.15.
Change-Id: I795f709c1d3bbd557972c191e0aedca9ca349f90
---
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 0f29ce0f9a..e779b4c2e7 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -449,13 +449,13 @@ system, and the core design of Django is reused in
Grantlee.")
(define-public qtbase-5
(package
(name "qtbase")
- (version "5.15.10")
+ (version "5.15.15")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "1fcg3kx5akvj0kqxd99h5lv3kv4pw2cj0makmpvhpw90inqnrl60"))
+ "18bbg5ids7j8vk7mp0bcrik22mafcfq4a2smgjlwnkk9rzz43yg5"))
;; Use TZDIR to avoid depending on package "tzdata".
(patches (search-patches "qtbase-5-use-TZDIR.patch"
"qtbase-moc-ignore-gcc-macro.patch"