gnu: sbc: Update to 1.5.

* gnu/packages/linux.scm (sbc): Update to 1.5.
This commit is contained in:
Marius Bakke 2020-12-12 18:46:57 +01:00
parent b629b31d59
commit 0fdb7daffb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)))