[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: blueman: Update to 2.3.2.
From: |
guix-commits |
Subject: |
02/11: gnu: blueman: Update to 2.3.2. |
Date: |
Tue, 27 Sep 2022 05:17:27 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit c3d2b20b1b311b0e633f7d9e1b020948dfd0fee5
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Mon Sep 26 01:15:24 2022 -0400
gnu: blueman: Update to 2.3.2.
* gnu/packages/networking.scm (blueman): Update to 2.3.2.
[native-inputs]: Remove input labels.
[inputs]: Likewise.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/networking.scm | 50 ++++++++++++++++++++++-----------------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 825170cc54..3d9ba4fc8d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -867,14 +867,14 @@ systems with no further dependencies.")
(define-public blueman
(package
(name "blueman")
- (version "2.2.3")
+ (version "2.3.2")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/blueman-project/blueman/releases"
"/download/" version "/blueman-" version ".tar.xz"))
(sha256
- (base32 "1s86w4mklzr8hvbgl3nkg8jycl6grww533dhzw8gdn5glqfpkpbf"))))
+ (base32 "1bjh0cx9j2akygiqyxm7g0q74jyx9hpgf186gv3m31vks5zpvkw4"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-polkit"
@@ -942,30 +942,30 @@ systems with no further dependencies.")
(map (lambda (prog) (string-append libexec prog))
'("mechanism" "rfcomm-watcher"))))))))))
(native-inputs
- `(("cython" ,python-cython)
- ("glib:bin" ,glib "bin")
- ("gobject-introspection" ,gobject-introspection)
- ("gtk+:bin" ,gtk+ "bin")
- ("intltool" ,intltool)
- ("pkg-config" ,pkg-config)))
+ (list python-cython
+ `(,glib "bin")
+ gobject-introspection
+ `(,gtk+ "bin")
+ intltool
+ pkg-config))
(inputs
- `(("bluez" ,bluez)
- ("dbus" ,dbus)
- ("librsvg" ,librsvg)
- ("glib" ,glib)
- ("gtk+" ,gtk+)
- ("iproute2" ,iproute)
- ("iptables" ,iptables)
- ("net-tools" ,net-tools)
- ("pango" ,pango)
- ("polkit" ,polkit)
- ("ppp" ,ppp)
- ("pulseaudio" ,pulseaudio)
- ("pycairo" ,python-pycairo)
- ("pygobject" ,python-pygobject)
- ("python" ,python-wrapper)
- ("libappindicator" ,libappindicator)
- ("libnm" ,network-manager)))
+ (list bluez
+ dbus
+ librsvg
+ glib
+ gtk+
+ iproute
+ iptables
+ net-tools
+ pango
+ polkit
+ ppp
+ pulseaudio
+ python-pycairo
+ python-pygobject
+ python-wrapper
+ libappindicator
+ network-manager))
(synopsis "GTK+ Bluetooth manager")
(description "Blueman is a Bluetooth management utility using the Bluez
D-Bus backend. It is designed to be easy to use for most common Bluetooth
- branch master updated (f5ffaacd55 -> 74f07348e9), guix-commits, 2022/09/27
- 02/11: gnu: blueman: Update to 2.3.2.,
guix-commits <=
- 03/11: gnu: vim-nerdcommenter: Update to 2.6.0, use G-expressions., guix-commits, 2022/09/27
- 08/11: gnu: font-lxgw-wenkai: Update to 1.245., guix-commits, 2022/09/27
- 06/11: gnu: font-chiron-sung-hk: Update to 1.006., guix-commits, 2022/09/27
- 05/11: gnu: podman: Update to 4.2.1., guix-commits, 2022/09/27
- 01/11: gnu: pipewire-0.3: Add man pages., guix-commits, 2022/09/27
- 04/11: gnu: matterbridge: Update to 1.25.2., guix-commits, 2022/09/27
- 07/11: gnu: font-chiron-hei-hk: Update to 2.504., guix-commits, 2022/09/27
- 09/11: gnu: font-lxgw-wenkai-tc: Update to 0.922., guix-commits, 2022/09/27
- 10/11: gnu: gnome-shell-extension-clipboard-indicator: Update to 42., guix-commits, 2022/09/27
- 11/11: gnu: source-highlight: Fix lesspipe file name and use gexps., guix-commits, 2022/09/27