mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: blueman: Update to 2.4.6.
* gnu/packages/networking.scm (blueman): Update to 2.4.6. Change-Id: I390d2b95bb8a02f81eb68779a32cd9142d8bf00c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
4d1a35a5ee
commit
55e95de197
@@ -1003,14 +1003,14 @@ systems with no further dependencies.")
|
||||
(define-public blueman
|
||||
(package
|
||||
(name "blueman")
|
||||
(version "2.4.4")
|
||||
(version "2.4.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/blueman-project/blueman/releases"
|
||||
"/download/" version "/blueman-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1w45dr2cmy32cvxwqaybf5m2ziraj929f4lxcwapv266r1a92kyk"))))
|
||||
(base32 "0rp5z3xzrgwbh496dyca6xjz3iqh9xnick879il0cnc5z4vsf4n7"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user