diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 15:09:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 15:10:08 +0200 |
commit | 9d1cc6bc69d53bf8ad45ac94bc3c268125f86359 (patch) | |
tree | f0f6926ee6f325775b39c79e060c4bfb0d5e68d7 /gnu/packages/linux.scm | |
parent | 911c42de40149013ec4d1d8cc3f4b49724195937 (diff) | |
download | patches-9d1cc6bc69d53bf8ad45ac94bc3c268125f86359.tar patches-9d1cc6bc69d53bf8ad45ac94bc3c268125f86359.tar.gz |
gnu: bluez: Update to 5.46.
* gnu/packages/linux.scm (bluez): Update to 5.46.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1a9e9d709b..54cf800f0f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2889,7 +2889,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.45") + (version "5.46") (source (origin (method url-fetch) (uri (string-append @@ -2897,7 +2897,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "1sb4aflgyrl7apricjipa8wx95qm69yja0lmn2f19g560c3v1b2c")))) + "0a4fj343bdqsfyv12hmj9nym0ilsf0bvm54a4apbiby16ww3vayx")))) (build-system gnu-build-system) (arguments '(#:configure-flags |