gnu: qtbase-5: Update to 5.15.10.

* gnu/packages/qt.scm (qtbase-5): Update to 5.15.10.
This commit is contained in:
Maxim Cournoyer 2023-08-15 16:20:02 -04:00
parent e253911955
commit 43ad003ffc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -356,13 +356,13 @@ (define (qt-url component version)
(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"