diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-14 10:50:55 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-14 11:06:20 +0200 |
commit | 9c1c2a7f8d11fd90df6c7176bc38684e7ebe0e4f (patch) | |
tree | 69b3f7ce6e56402ba1098a5ee7510ac1c679b344 /gnu/packages/linux.scm | |
parent | ebacb0de4ce62d2c5fff3d3c769d46d2f46dbfc1 (diff) | |
download | guix-9c1c2a7f8d11fd90df6c7176bc38684e7ebe0e4f.tar.gz |
gnu: bluez: Update to 5.36.
* gnu/packages/linux.scm (bluez): Update to 5.36. [source]: Remove patch. * gnu/packages/patches/bluez-tests.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3d17e9de44..4319ed93af 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2309,7 +2309,7 @@ applications.") (define-public bluez (package (name "bluez") - (version "5.35") + (version "5.36") (source (origin (method url-fetch) (uri (string-append @@ -2317,9 +2317,7 @@ applications.") version ".tar.xz")) (sha256 (base32 - "1qphz25hganfnd5ipfscbj7s70anv5favmwqmi9ig2saciaf1zhs")) - (patches - (list (search-patch "bluez-tests.patch"))))) + "1wkqwmi5krr37mxcqqlp5m2xnw7vw70v3ww7j09vvlskxcdflhx3")))) (build-system gnu-build-system) (arguments '(#:configure-flags |