diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-27 16:09:54 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-28 20:17:14 -0400 |
commit | 4a3974228a06124ac10172cbda1bedca54e44858 (patch) | |
tree | a1ade78dc81956ba847e55c66e942e0f0360ba7c | |
parent | f419872065b522fbd05d9ddce736eeaa36cb7314 (diff) | |
download | guix-4a3974228a06124ac10172cbda1bedca54e44858.tar.gz |
gnu: qtnetworkauth-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.8.
-rw-r--r-- | gnu/packages/qt.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index da30068e19..34c048eaa6 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2250,15 +2250,14 @@ customized by using themes or by adding custom items and labels to them.") (define-public qtnetworkauth-5 (package (inherit qtsvg-5) (name "qtnetworkauth") - (version "5.15.5") + (version "5.15.8") (source (origin (method url-fetch) (uri (qt-urls name version)) (sha256 (base32 - "0c7mz715rlpg0cqgs6s0aszmslyamkhnpamc1iij6i571sj5j2f1")))) - (inputs - (list qtbase-5)) + "0fsmpjwkzzy3281shld7gs1gj217smb1f8ai63gdvnkp0jb2fhc5")))) + (inputs (list qtbase-5)) (synopsis "Qt Network Authorization module") (description "The Qt Network Authorization module provides an implementation of OAuth and OAuth2 authenticathon methods for Qt."))) |