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 (define-public sbc
(package (package
(name "sbc") (name "sbc")
(version "1.4") (version "1.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/linux/bluetooth/sbc-" (uri (string-append "mirror://kernel.org/linux/bluetooth/sbc-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1jal98pnrjkzxlkiqy0ykh4qmgnydz9bmsp1jn581p5kddpg92si")))) "1liig5856crb331dps18mp0s13zbkv7yh007zqhq97m94fcddfhc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libsndfile" ,libsndfile))) `(("libsndfile" ,libsndfile)))