summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-11 15:43:13 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-21 22:52:53 +0800
commitb9eb6fee2a254d79e104e3ded144c4c116890f21 (patch)
tree3fdc9b0ced68f15ee070fa8f08b19e7789e51808 /gnu
parenta942435d5933a1ef4a1560d8c78518c02ba49dd6 (diff)
gnu: qtbase-5: Update to 5.15.15.
* gnu/packages/qt.scm (qtbase-5): Update to 5.15.15. Change-Id: I795f709c1d3bbd557972c191e0aedca9ca349f90
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 0f29ce0f9a1..e779b4c2e7a 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"