diff options
author | Brice Waegeneire <[email protected]> | 2021-10-10 09:03:23 +0200 |
---|---|---|
committer | Brice Waegeneire <[email protected]> | 2021-10-10 09:17:53 +0200 |
commit | 62b44b0b4e69b7fd1b9c1994d0e58af1214c820d (patch) | |
tree | 688712fa6b2e4180e6df50d4769f0167ea344196 | |
parent | 42b0d904d0e52901362a95b22e1fa6a572282b48 (diff) |
bluez: Update to 5.61.
* gnu/packages/linux.scm (bluez): Update to 5.61.
-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 43b69133c7..2bda02ff81 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5186,7 +5186,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.59") + (version "5.61") (source (origin (method url-fetch) (uri (string-append @@ -5194,7 +5194,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "05kk8zdh3msf5j88jbai8m877rvya6fpkzhicfhv5gyhhsrrasq4")))) + "0fs2kjsdhylxniqhii63i85fjszbqbz3iddwmgz4nmbr472xdbw3")))) (build-system gnu-build-system) (arguments `(#:configure-flags |