kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 9e98026050496a2ac76a97b85004f9be56c3dc74
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 20:37:25 2020 -0400
gnu: gnome-bluetooth: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1.
---
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 3a55c92..e23cc11 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6984,7 +6984,7 @@ usage and information about running processes.")
(define-public gnome-bluetooth
(package
(name "gnome-bluetooth")
- (version "3.34.0")
+ (version "3.34.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6992,7 +6992,7 @@ usage and information about running processes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1bvbxcsjkyl0givy8nfm7112bq3c0vn1v89fdk2pip714dsfcrz8"))))
+ "11nk8nvz5yrbx7wp75vsiaf4rniv7ik2g3nwmgwx2b42q9v11j9y"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.