me
/
guix
Archived
1
0
Fork 0

gnu: blueman: Update to 2.2.3.

* gnu/packages/networking.scm (blueman): Update to 2.2.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

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