diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-09 22:29:38 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 01:14:37 +0100 |
commit | 049e4501623c6bcc19b31c48edc4e710faa61ae7 (patch) | |
tree | fcab62b6065efeef2ed1d906c8d2fdb71a2c6990 /gnu/packages/linux.scm | |
parent | ed05d6b242f00ae3da2405fffe2fe2a85dc8d0d7 (diff) | |
download | patches-049e4501623c6bcc19b31c48edc4e710faa61ae7.tar patches-049e4501623c6bcc19b31c48edc4e710faa61ae7.tar.gz |
gnu: bluez: Update to 5.52.
* gnu/packages/linux.scm (bluez): Update to 5.52.
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 1565677a70..8879112357 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3750,7 +3750,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.51") + (version "5.52") (source (origin (method url-fetch) (uri (string-append @@ -3758,7 +3758,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "1fpbsl9kkfq6mn6n0dg4h0il4c7fzhwhn79gh907k5b2kwszpvgb")))) + "02jng21lp6fb3c2bh6vf9y7cj4gaxwk29dfc32ncy0lj0gi4q57p")))) (build-system gnu-build-system) (arguments `(#:configure-flags |