lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 2e3f80bdd61b2d0c4e326f0ed64a4dedbf0650fa
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:45:57 2021 +0100
gnu: gnome-bluetooth: Update to 3.34.5.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.5.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 053a8f9..a38d78b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8204,7 +8204,7 @@ usage and information about running processes.")
(define-public gnome-bluetooth
(package
(name "gnome-bluetooth")
- (version "3.34.2")
+ (version "3.34.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8212,7 +8212,7 @@ usage and information about running processes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lmjvb49vgr4jjplrisv6pi29jsn1q42715i6c5a0p9ad3gawyyv"))))
+ "1a9ynlwwkb3wpg293ym517vmrkk63y809mmcv9a21k5yr199x53c"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.