summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-11 18:00:23 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-22 12:32:23 -0400
commitf8dcb577c560a4512592b49b317a86cd50ffd1b7 (patch)
tree5bd157287d46351b70d8756be222c38bd54142a3 /gnu/packages
parent39f3749c20dd51b6d2c83fe1bd1a9df90f5ed2f4 (diff)
downloadguix-f8dcb577c560a4512592b49b317a86cd50ffd1b7.tar.gz
gnu: qtnetworkauth: Update to 6.5.2.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.5.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a634e76421..1770c8d1e2 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2405,13 +2405,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
 (define-public qtnetworkauth
   (package
     (name "qtnetworkauth")
-    (version "6.3.2")
+    (version "6.5.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0mjnz87splyxq7jwydi5ws2aqb6j7czscrkns193w425x0dgy94l"))))
+                "0g18kh3zhcfi9ni8cqbbjdc1l6jf99ijv5shcl42jk6219b4pk2f"))))
     (build-system cmake-build-system)
     (arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
     (native-inputs (list perl))