guix-commits
[Top][All Lists]
Advanced

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

68/71: gnu: qtremoteobjects: Update to 6.6.3.


From: guix-commits
Subject: 68/71: gnu: qtremoteobjects: Update to 6.6.3.
Date: Sun, 31 Mar 2024 21:57:34 -0400 (EDT)

apteryx pushed a commit to branch qt-team
in repository guix.

commit b106f0b3eef1eabe13bc15baa8f91d231cfaba06
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Mar 31 21:52:55 2024 -0400

    gnu: qtremoteobjects: Update to 6.6.3.
    
    * gnu/packages/qt.scm (qtremoteobjects): Update to 6.6.3.
    
    Change-Id: I258d01be5e9faedb0ba7b31e80b3b8eae28525de
---
 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 74fd78e290..7ad894a29f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2627,13 +2627,13 @@ implementation of OAuth and OAuth2 authenticathon 
methods for Qt.")
 (define-public qtremoteobjects
   (package
     (name "qtremoteobjects")
-    (version "6.6.2")
+    (version "6.6.3")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0fbkjzykxpkz8myr6dy588gcmhyy3lar17v78zfam8kyxq7s5qxa"))))
+                "16bd4zd3yfzlzk087qphphsh8hv38q3a57n1yknvkc5fchzmfzjz"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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