me
/
guix
Archived
1
0
Fork 0

gnu: qtbase-5: Update to 5.15.10.

* gnu/packages/qt.scm (qtbase-5): Update to 5.15.10.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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"