diff options
author | Zheng Junjie <[email protected]> | 2024-08-27 11:17:13 +0800 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2024-11-21 22:52:51 +0800 |
commit | a69ba18b1ffd4c9662742e1a2292298d01c3de2d (patch) | |
tree | 14dcb326d760aba97257c739a9569f00409343b5 /gnu/packages/qt.scm | |
parent | f27c5efb77c11c5f35d6226ff2adef2c4ed5c362 (diff) |
gnu: qtnetworkauth: Update to 6.7.2.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.7.2.
Change-Id: I8d441661ad385c5919dd78d6968fd3edc947dd4e
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index b817899fb2..a809a3822b 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2767,13 +2767,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt."))) (define-public qtnetworkauth (package (name "qtnetworkauth") - (version "6.6.3") + (version "6.7.2") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "153mpg4hv3nclcdrkbzkalg4xf5k6r64fj003b725zyp885s7fax")))) + "0w7l5lhhxhg9x1rd66727gwkpzi6l7wmyc0c4qrfp2g5rx7q42bz")))) (build-system cmake-build-system) (arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON"))) (native-inputs (list perl)) |