mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
4d1a35a5ee
commit
55e95de197
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue