guix-commits
[Top][All Lists]
Advanced

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

20/77: gnu: qtremoteobjects: Update to 6.7.2.


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

z572 pushed a commit to branch master
in repository guix.

commit 51ccc3c762b8165b8cf6e73012f5aa5b6a8a7ebc
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:18 2024 +0800

    gnu: qtremoteobjects: Update to 6.7.2.
    
    * gnu/packages/qt.scm (qtremoteobjects): Update to 6.7.2.
    
    Change-Id: I9487b7db112e0d13363c111af0a8528b826c08d6
---
 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 2d7243079b..10725be612 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2787,13 +2787,13 @@ implementation of OAuth and OAuth2 authenticathon 
methods for Qt.")
 (define-public qtremoteobjects
   (package
     (name "qtremoteobjects")
-    (version "6.6.3")
+    (version "6.7.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "16bd4zd3yfzlzk087qphphsh8hv38q3a57n1yknvkc5fchzmfzjz"))))
+                "10vlkg5v5hc8fwiw9x06d84z6cs4i5kxm652si3lwvvxma0np40b"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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