diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-06-11 23:43:27 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-06-11 23:45:45 +0200 |
commit | b5724230fed2d043206df20d12a45bb962b7ee77 (patch) | |
tree | 617058b49db4bc26b9f1ddebdd868b82a8982031 /gnu/packages | |
parent | ffc43471afa6da50e02a12433ea9626aea586f35 (diff) | |
download | guix-b5724230fed2d043206df20d12a45bb962b7ee77.tar guix-b5724230fed2d043206df20d12a45bb962b7ee77.tar.gz |
gnu: bluez: Update to 5.50.
* gnu/packages/linux.scm (bluez): Update to 5.50.
Diffstat (limited to 'gnu/packages')
-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 d566b197ee..b40f6d0dd6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3026,7 +3026,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.49") + (version "5.50") (source (origin (method url-fetch) (uri (string-append @@ -3034,7 +3034,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "15ffsaz7l3fgdg03l7g1xx9jw7xgs6pc548zxqsxawsca5x1sc1k")))) + "048r91vx9gs5nwwbah2s0xig04nwk14c5s0vb7qmaqdvighsmz2z")))) (build-system gnu-build-system) (arguments `(#:configure-flags |