mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: qtnetworkauth-5: Update to 5.15.15.
* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.15. Change-Id: I060d4f2c2ac2bfba848fa56d5dcaf29e79584f6a
This commit is contained in:
parent
53e481a755
commit
b4d31057df
1 changed files with 2 additions and 2 deletions
|
@ -2826,13 +2826,13 @@ (define-public qtdatavis3d
|
||||||
(define-public qtnetworkauth-5
|
(define-public qtnetworkauth-5
|
||||||
(package (inherit qtsvg-5)
|
(package (inherit qtsvg-5)
|
||||||
(name "qtnetworkauth")
|
(name "qtnetworkauth")
|
||||||
(version "5.15.10")
|
(version "5.15.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qf9dqh7rlbyi3fl7610zb86yqxwaq5m3zvwp2c8w1sa0m8jcili"))))
|
"1w8pjadaxzz7frk77a383ysbavaimzlcm1hc9r7hvb8cwq8zs0r9"))))
|
||||||
(inputs (list qtbase-5))
|
(inputs (list qtbase-5))
|
||||||
(synopsis "Qt Network Authorization module")
|
(synopsis "Qt Network Authorization module")
|
||||||
(description "The Qt Network Authorization module provides an
|
(description "The Qt Network Authorization module provides an
|
||||||
|
|
Loading…
Reference in a new issue