[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/28: gnu: qtnetworkauth: Update to 6.6.2.
From: |
guix-commits |
Subject: |
16/28: gnu: qtnetworkauth: Update to 6.6.2. |
Date: |
Mon, 25 Mar 2024 22:10:46 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit ea63de5ea21898d15be0da7ed63b7694a382b942
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 16:58:10 2024 +0800
gnu: qtnetworkauth: Update to 6.6.2.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.6.2.
Change-Id: I5fac372916ce516cd2ac3e7dbd83a32fc77024ec
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/qt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a211eb2f87..71a950c9e9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2583,13 +2583,13 @@ implementation of OAuth and OAuth2 authenticathon
methods for Qt.")))
(define-public qtnetworkauth
(package
(name "qtnetworkauth")
- (version "6.5.2")
+ (version "6.6.2")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0g18kh3zhcfi9ni8cqbbjdc1l6jf99ijv5shcl42jk6219b4pk2f"))))
+ "1lijsdwbj8gscfllmp358n5ysa8pvhx2msh7gpxvb4x81daxbg9j"))))
(build-system cmake-build-system)
(arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
(native-inputs (list perl))
- branch qt-team created (now 4ef88067b3), guix-commits, 2024/03/25
- 03/28: gnu: qtsvg: Update to 6.6.2., guix-commits, 2024/03/25
- 07/28: gnu: qtshadertools: Update to 6.6.2., guix-commits, 2024/03/25
- 01/28: gnu: qtbase: Update to 6.6.2., guix-commits, 2024/03/25
- 06/28: gnu: qtwebsockets: Update to 6.6.2., guix-commits, 2024/03/25
- 08/28: gnu: qtmultimedia: Update to 6.6.2., guix-commits, 2024/03/25
- 12/28: gnu: qtlottie: Update to 6.6.2., guix-commits, 2024/03/25
- 16/28: gnu: qtnetworkauth: Update to 6.6.2.,
guix-commits <=
- 02/28: gnu: qt5compat: Update to 6.6.2., guix-commits, 2024/03/25
- 04/28: gnu: qtimageformats: Update to 6.6.2., guix-commits, 2024/03/25
- 05/28: gnu: qtdeclarative: Update to 6.6.2., guix-commits, 2024/03/25
- 09/28: gnu: qtwayland: Update to 6.6.2., guix-commits, 2024/03/25
- 10/28: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/03/25
- 11/28: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/03/25
- 13/28: gnu: qttools: Update to 6.6.2., guix-commits, 2024/03/25
- 18/28: gnu: qtwebengine: Update to 6.6.2., guix-commits, 2024/03/25
- 22/28: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/25
- 20/28: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/03/25