mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: qtnetworkauth: Update to 6.3.2.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.3.2.
This commit is contained in:
parent
2a92e7ba56
commit
5937748014
1 changed files with 2 additions and 2 deletions
|
@ -2272,13 +2272,13 @@ (define-public qtnetworkauth-5
|
||||||
(define-public qtnetworkauth
|
(define-public qtnetworkauth
|
||||||
(package
|
(package
|
||||||
(name "qtnetworkauth")
|
(name "qtnetworkauth")
|
||||||
(version "6.3.1")
|
(version "6.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0apvsb2ip1m3kw8vi9spvf6f6q72ys8vr40rpyysi7shsjwm83yn"))))
|
"0mjnz87splyxq7jwydi5ws2aqb6j7czscrkns193w425x0dgy94l"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
|
(arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
|
||||||
(native-inputs (list perl))
|
(native-inputs (list perl))
|
||||||
|
|
Loading…
Reference in a new issue