mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: blueman: Update to 2.4.4.
* gnu/packages/networking.scm (blueman): Update to 2.4.4. Change-Id: I1e86739e1410e12deea05c726a13bbfa5f8858e0
This commit is contained in:
parent
c683efc2ef
commit
f4579a4fdb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014, 2017, 2018, 2021 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2014, 2017, 2018, 2021 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2024 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2024, 2025 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2015, 2016, 2017, 2021 Stefan Reichör <stefan@xsteve.at>
|
;;; Copyright © 2015, 2016, 2017, 2021 Stefan Reichör <stefan@xsteve.at>
|
||||||
;;; Copyright © 2016 Raimon Grau <raimonster@gmail.com>
|
;;; Copyright © 2016 Raimon Grau <raimonster@gmail.com>
|
||||||
|
@ -912,14 +912,14 @@ systems with no further dependencies.")
|
||||||
(define-public blueman
|
(define-public blueman
|
||||||
(package
|
(package
|
||||||
(name "blueman")
|
(name "blueman")
|
||||||
(version "2.3.4")
|
(version "2.4.4")
|
||||||
(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 "0lh1aqpdq6vi4agrgmm7fifjbxz2s5qcs3hr7nfjrwrp2j1361n2"))))
|
(base32 "1w45dr2cmy32cvxwqaybf5m2ziraj929f4lxcwapv266r1a92kyk"))))
|
||||||
(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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue