mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: sbc: Update to 1.5.
* gnu/packages/linux.scm (sbc): Update to 1.5.
This commit is contained in:
parent
b629b31d59
commit
0fdb7daffb
1 changed files with 2 additions and 2 deletions
|
@ -4649,14 +4649,14 @@ (define-public blktrace
|
|||
(define-public sbc
|
||||
(package
|
||||
(name "sbc")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/bluetooth/sbc-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jal98pnrjkzxlkiqy0ykh4qmgnydz9bmsp1jn581p5kddpg92si"))))
|
||||
"1liig5856crb331dps18mp0s13zbkv7yh007zqhq97m94fcddfhc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libsndfile" ,libsndfile)))
|
||||
|
|
Loading…
Reference in a new issue