diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 20:12:41 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 20:12:41 +0100 |
commit | 33b59c1a3edbb81735e8d4e977b107f3ba1c2f9f (patch) | |
tree | 79ee86a29266d0a32ec0d0aa790ee5904b1098b8 /gnu/packages/linux.scm | |
parent | 936aa05209402dd399869ffae188db5dd5f67d69 (diff) | |
parent | d733a469d74f74734825f1ce777956fb4cac5534 (diff) | |
download | guix-33b59c1a3edbb81735e8d4e977b107f3ba1c2f9f.tar.gz |
Merge branch 'staging'
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 2d206ebaa1..57add5317a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3746,7 +3746,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.50") + (version "5.51") (source (origin (method url-fetch) (uri (string-append @@ -3754,7 +3754,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "048r91vx9gs5nwwbah2s0xig04nwk14c5s0vb7qmaqdvighsmz2z")))) + "1fpbsl9kkfq6mn6n0dg4h0il4c7fzhwhn79gh907k5b2kwszpvgb")))) (build-system gnu-build-system) (arguments `(#:configure-flags |