diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-30 20:01:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-01 00:13:43 +0200 |
commit | ce4f2fda4deb59d73de3457f572305ebefde1a24 (patch) | |
tree | ae77a4ba6319d56015243bd481a31c4a63c03809 /gnu/packages | |
parent | 820676e1d87eb2e8eda07b1a7686ef14835a57e3 (diff) |
gnu: gnome-bluetooth: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index da4b2771e8..c043e7128e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8010,7 +8010,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "3.34.1") + (version "3.34.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -8018,7 +8018,7 @@ usage and information about running processes.") name "-" version ".tar.xz")) (sha256 (base32 - "11nk8nvz5yrbx7wp75vsiaf4rniv7ik2g3nwmgwx2b42q9v11j9y")))) + "0lmjvb49vgr4jjplrisv6pi29jsn1q42715i6c5a0p9ad3gawyyv")))) (build-system meson-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc. |