guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/77: gnu: qtnetworkauth: Update to 6.7.2.


From: guix-commits
Subject: 24/77: gnu: qtnetworkauth: Update to 6.7.2.
Date: Thu, 21 Nov 2024 10:35:57 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit a69ba18b1ffd4c9662742e1a2292298d01c3de2d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Aug 27 11:17:13 2024 +0800

    gnu: qtnetworkauth: Update to 6.7.2.
    
    * gnu/packages/qt.scm (qtnetworkauth): Update to 6.7.2.
    
    Change-Id: I8d441661ad385c5919dd78d6968fd3edc947dd4e
---
 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 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]