guix-commits
[Top][All Lists]
Advanced

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

190/347: gnu: bluez-qt-6: Update to 6.3.0.


From: guix-commits
Subject: 190/347: gnu: bluez-qt-6: Update to 6.3.0.
Date: Fri, 28 Jun 2024 09:58:57 -0400 (EDT)

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

commit 3e26f7ef3ccbd7e76e6fda0a5002f44ad6cbfd6a
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:40:32 2024 +0800

    gnu: bluez-qt-6: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (bluez-qt-6): Update to 6.3.0.
    
    Change-Id: I3c168fa448aecf098f93515e25d0ebd0ceb1bdd1
---
 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 dd65495fc5..757c9b05ed 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -386,7 +386,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
 (define-public bluez-qt-6
   (package
     (name "bluez-qt")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -395,7 +395,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1fwfrmqsiakfz5agjxd9vnnqip86d9hz86li0r7igy07bvqlwhpr"))))
+                "1p52sk0rpf75dhmwcxbiwnpprm8giy80qav92d1dhchhmqzvhs1v"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules))



reply via email to

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