diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-16 00:29:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-16 00:29:40 +0200 |
commit | 3c9294c05fa0c57884c94f809f3f9762b6f55f85 (patch) | |
tree | 39af5fe8f496987d27e59bf5a5a41132ee4404fa /gnu/packages | |
parent | d6f1e8135676a4d38fda9927434999312b60ba21 (diff) | |
download | guix-3c9294c05fa0c57884c94f809f3f9762b6f55f85.tar guix-3c9294c05fa0c57884c94f809f3f9762b6f55f85.tar.gz |
gnu: gnome-bluetooth: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1.
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 0df7391de0..ac8e955e31 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7895,7 +7895,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 "/" @@ -7903,7 +7903,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. |