gnu: sbc: Update to 1.4.

* gnu/packages/linux.scm (sbc): Update to 1.4.
This commit is contained in:
Marius Bakke 2019-05-24 11:30:29 +02:00
parent d309b36d30
commit 2a11a029a4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3338,14 +3338,14 @@ applications.")
(define-public sbc (define-public sbc
(package (package
(name "sbc") (name "sbc")
(version "1.3") (version "1.4")
(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
"02ckd2z51z0h85qgv7x8vv8ybp5czm9if1z78411j53gaz7j4476")))) "1jal98pnrjkzxlkiqy0ykh4qmgnydz9bmsp1jn581p5kddpg92si"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libsndfile" ,libsndfile))) `(("libsndfile" ,libsndfile)))