gnu: gnome-bluetooth: Update to 3.34.2.

* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-30 20:01:22 +02:00
parent 820676e1d8
commit ce4f2fda4d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8010,7 +8010,7 @@ (define-public libgtop
(define-public gnome-bluetooth (define-public gnome-bluetooth
(package (package
(name "gnome-bluetooth") (name "gnome-bluetooth")
(version "3.34.1") (version "3.34.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -8018,7 +8018,7 @@ (define-public gnome-bluetooth
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"11nk8nvz5yrbx7wp75vsiaf4rniv7ik2g3nwmgwx2b42q9v11j9y")))) "0lmjvb49vgr4jjplrisv6pi29jsn1q42715i6c5a0p9ad3gawyyv"))))
(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.