guix-commits
[Top][All Lists]
Advanced

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

04/126: gnu: bluez-qt: Update to 6.4.0.


From: guix-commits
Subject: 04/126: gnu: bluez-qt: Update to 6.4.0.
Date: Tue, 30 Jul 2024 06:36:45 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit c5fd1e00cf9b9ceb24f4f2fc9a1f04ab2e84b4f6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 20 00:24:43 2024 +0800

    gnu: bluez-qt: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 6.4.0.
    
    Change-Id: Iea9172a40604ab86538e1cc67d818465188af29e
---
 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 0b36751718..cb3cbdbe79 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.3.0")
+    (version "6.4.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
-                "1p52sk0rpf75dhmwcxbiwnpprm8giy80qav92d1dhchhmqzvhs1v"))))
+                "0sxi758ccmgwhq9r0vbqq3j8lq3wx3mw4r8mf401ql1byklsxl6j"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules))



reply via email to

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