mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: qtnetworkauth: Update to 6.7.2.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.7.2. Change-Id: I8d441661ad385c5919dd78d6968fd3edc947dd4e
This commit is contained in:
parent
f27c5efb77
commit
a69ba18b1f
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue