mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtnetworkauth: Update to 6.9.2.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.9.2. Change-Id: I848486ec2701bb2872340624461ac68cacc79adf
This commit is contained in:
parent
f7843fd7ed
commit
827e8aecc2
1 changed files with 2 additions and 2 deletions
|
@ -3040,13 +3040,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
|
|||
(define-public qtnetworkauth
|
||||
(package
|
||||
(name "qtnetworkauth")
|
||||
(version "6.8.2")
|
||||
(version "6.9.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mxlam2fzh8arfq7iypsvlk4h2pbj41f5a7ibakap1zc4ysv95fl"))))
|
||||
"114c65gyg56v70byyl3if1q7mzhp5kkv1g8sp4y9zaxqirbdjr91"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue