me
/
guix
Archived
1
0
Fork 0

gnu: gnome-bluetooth: Update to 3.34.5.

* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.5.
[source]: Fix the URI.
[inputs]: Add libnotify and python-dbus.
master
Mathieu Othacehe 2021-09-24 19:03:49 +00:00
parent fdb1c4ea8c
commit 9e15130d52
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 4 additions and 3 deletions

View File

@ -8378,7 +8378,7 @@ usage and information about running processes.")
(define-public gnome-bluetooth (define-public gnome-bluetooth
(package (package
(name "gnome-bluetooth") (name "gnome-bluetooth")
(version "3.34.2") (version "3.34.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -8386,7 +8386,7 @@ usage and information about running processes.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0lmjvb49vgr4jjplrisv6pi29jsn1q42715i6c5a0p9ad3gawyyv")))) "1a9ynlwwkb3wpg293ym517vmrkk63y809mmcv9a21k5yr199x53c"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc. `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
@ -8402,7 +8402,8 @@ usage and information about running processes.")
(inputs (inputs
`(("eudev" ,eudev) `(("eudev" ,eudev)
("libcanberra" ,libcanberra) ("libcanberra" ,libcanberra)
("libnotify" ,libnotify))) ("libnotify" ,libnotify)
("python-dbus" ,python-dbus)))
(synopsis "GNOME Bluetooth subsystem") (synopsis "GNOME Bluetooth subsystem")
(home-page "https://wiki.gnome.org/Projects/GnomeBluetooth") (home-page "https://wiki.gnome.org/Projects/GnomeBluetooth")
(description (description