mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtnetworkauth-5: Update to 5.15.10.
* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.10.
This commit is contained in:
parent
7e864cad55
commit
3638ee9fb6
1 changed files with 2 additions and 2 deletions
|
@ -2386,13 +2386,13 @@ (define-public qtdatavis3d
|
|||
(define-public qtnetworkauth-5
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtnetworkauth")
|
||||
(version "5.15.8")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fsmpjwkzzy3281shld7gs1gj217smb1f8ai63gdvnkp0jb2fhc5"))))
|
||||
"0qf9dqh7rlbyi3fl7610zb86yqxwaq5m3zvwp2c8w1sa0m8jcili"))))
|
||||
(inputs (list qtbase-5))
|
||||
(synopsis "Qt Network Authorization module")
|
||||
(description "The Qt Network Authorization module provides an
|
||||
|
|
Loading…
Reference in a new issue