gnu: bluez-alsa: Update to 3.0.0.
* gnu/packages/audio.scm (bluez-alsa): Update to 3.0.0.
This commit is contained in:
parent
c8d07c5f1f
commit
a079f3eb2f
1 changed files with 2 additions and 2 deletions
|
@ -3989,7 +3989,7 @@ kbps at 24 bit/96 kHz.")
|
||||||
(define-public bluez-alsa
|
(define-public bluez-alsa
|
||||||
(package
|
(package
|
||||||
(name "bluez-alsa")
|
(name "bluez-alsa")
|
||||||
(version "2.0.0")
|
(version "3.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; The tarballs are mere snapshots and don't contain a
|
;; The tarballs are mere snapshots and don't contain a
|
||||||
;; bootstrapped build system.
|
;; bootstrapped build system.
|
||||||
|
@ -4000,7 +4000,7 @@ kbps at 24 bit/96 kHz.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08mppgnjf1j2733bk9yf0cny6rfxxwiys0s62lz2zd2lpdl6d9lz"))))
|
"1jlsgxyqfhncfhx1sy3ry0dp6p95kd4agh7g2b7g51h0c4cv74h8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in a new issue