Archived
1
0
Fork 0

gnu: bluez: Update to 5.39.

* gnu/packages/linux.scm (bluez): Update to 5.39.
[source]: Use kernel mirror.
This commit is contained in:
Efraim Flashner 2016-05-12 21:09:08 +03:00
parent 2b193389d2
commit e9eb24b1b2
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -2390,15 +2390,15 @@ applications.")
(define-public bluez (define-public bluez
(package (package
(name "bluez") (name "bluez")
(version "5.36") (version "5.39")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://www.kernel.org/pub/linux/bluetooth/bluez-" "mirror://kernel.org/linux/bluetooth/bluez-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1wkqwmi5krr37mxcqqlp5m2xnw7vw70v3ww7j09vvlskxcdflhx3")))) "0fsrf9rdmrdyx0vmcpfji4imjsvliawyy5sjb6b64myka28vrl91"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags