guix-commits
[Top][All Lists]
Advanced

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

59/127: gnu: bluez-qt: Update to 6.5.0.


From: guix-commits
Subject: 59/127: gnu: bluez-qt: Update to 6.5.0.
Date: Mon, 19 Aug 2024 23:52:59 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 066f0989be65c5a2fc179c42d0240a7e0aebad19
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Aug 13 14:54:47 2024 +0800

    gnu: bluez-qt: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 6.5.0.
    
    Change-Id: Ic22b7f53c81b9f716a43f5707f21945a42709b2a
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 707ee3c149..e5f3f88c78 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -387,7 +387,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
 (define-public bluez-qt
   (package
     (name "bluez-qt")
-    (version "6.4.0")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -396,7 +396,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0sxi758ccmgwhq9r0vbqq3j8lq3wx3mw4r8mf401ql1byklsxl6j"))))
+                "0pm6dbn0za3pp078ri4rbfdb0xa163pnx26h103l3y8szik4f8zh"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules))



reply via email to

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