gnu: bluez: Update to 5.39.
* gnu/packages/linux.scm (bluez): Update to 5.39. [source]: Use kernel mirror.
This commit is contained in:
parent
2b193389d2
commit
e9eb24b1b2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue