gnu: blueman: Update to 2.2.3.

* gnu/packages/networking.scm (blueman): Update to 2.2.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-29 21:12:18 +02:00
parent 503a0cfc91
commit cbe902545d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -645,14 +645,14 @@ (define-public nanomsg
(define-public blueman
(package
(name "blueman")
(version "2.2.2")
(version "2.2.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/blueman-project/blueman/releases"
"/download/" version "/blueman-" version ".tar.xz"))
(sha256
(base32 "1xnhxhr2l4cf703j76wvzl4rf2k4xxgjjisz03y89x9ll6qmkv8r"))))
(base32 "1s86w4mklzr8hvbgl3nkg8jycl6grww533dhzw8gdn5glqfpkpbf"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-polkit"