diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-16 22:12:09 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-14 23:53:31 -0400 |
commit | 9d875e791fcca55807cdce623842b80eac0bf345 (patch) | |
tree | 7f58de9ba381e63af84709b7b91a72cbfe31f272 | |
parent | 48d8c3b28f4edb2607e84334ffdf064850642318 (diff) | |
download | guix-9d875e791fcca55807cdce623842b80eac0bf345.tar.gz |
gnu: gnome-bluetooth: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.0.
-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 0a83301553..baed831cbe 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6948,7 +6948,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "3.32.1") + (version "3.34.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6956,7 +6956,7 @@ usage and information about running processes.") name "-" version ".tar.xz")) (sha256 (base32 - "1am1gf0nzwg6x1s8ly13j0xnjzgrfj06j0dp52x4zy9s67ywlhb4")))) + "1bvbxcsjkyl0givy8nfm7112bq3c0vn1v89fdk2pip714dsfcrz8")))) (build-system meson-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc. |