mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtbase-5: Update to 5.15.10.
* gnu/packages/qt.scm (qtbase-5): Update to 5.15.10.
This commit is contained in:
parent
e253911955
commit
43ad003ffc
1 changed files with 2 additions and 2 deletions
|
@ -356,13 +356,13 @@ (define (qt-url component version)
|
||||||
(define-public qtbase-5
|
(define-public qtbase-5
|
||||||
(package
|
(package
|
||||||
(name "qtbase")
|
(name "qtbase")
|
||||||
(version "5.15.8")
|
(version "5.15.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"175ynjndpzsw69vnsq4swykn9f48568ww9b4z3yw7azkqwk13cdz"))
|
"1fcg3kx5akvj0kqxd99h5lv3kv4pw2cj0makmpvhpw90inqnrl60"))
|
||||||
;; Use TZDIR to avoid depending on package "tzdata".
|
;; Use TZDIR to avoid depending on package "tzdata".
|
||||||
(patches (search-patches "qtbase-use-TZDIR.patch"
|
(patches (search-patches "qtbase-use-TZDIR.patch"
|
||||||
"qtbase-moc-ignore-gcc-macro.patch"
|
"qtbase-moc-ignore-gcc-macro.patch"
|
||||||
|
|
Loading…
Reference in a new issue