guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: blueman: Update to 2.3.4.


From: guix-commits
Subject: 02/03: gnu: blueman: Update to 2.3.4.
Date: Mon, 24 Oct 2022 03:54:36 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 7fcb2d45791f93bdc221eb2237397527489adc5e
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Oct 21 22:30:44 2022 -0400

    gnu: blueman: Update to 2.3.4.
    
    * gnu/packages/networking.scm (blueman): Update to 2.3.4.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 08ac043496..e5ab7a4571 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -872,14 +872,14 @@ systems with no further dependencies.")
 (define-public blueman
   (package
     (name "blueman")
-    (version "2.3.2")
+    (version "2.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/blueman-project/blueman/releases";
                            "/download/" version "/blueman-" version ".tar.xz"))
        (sha256
-        (base32 "1bjh0cx9j2akygiqyxm7g0q74jyx9hpgf186gv3m31vks5zpvkw4"))))
+        (base32 "0lh1aqpdq6vi4agrgmm7fifjbxz2s5qcs3hr7nfjrwrp2j1361n2"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--enable-polkit"



reply via email to

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