gnu: sbc: Update to 1.4.
* gnu/packages/linux.scm (sbc): Update to 1.4.
This commit is contained in:
parent
d309b36d30
commit
2a11a029a4
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue