gnu: tinyalsa: Update to 2.0.0.
* gnu/packages/audio.scm (tinyalsa): Update to 2.0.0.
This commit is contained in:
parent
f997af9c6f
commit
ceb72ad0f4
@ -283,17 +283,17 @@ Coding (AAC) encoder.")
|
|||||||
(define-public tinyalsa
|
(define-public tinyalsa
|
||||||
(package
|
(package
|
||||||
(name "tinyalsa")
|
(name "tinyalsa")
|
||||||
(version "1.1.1")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/tinyalsa/tinyalsa")
|
(url "https://github.com/tinyalsa/tinyalsa")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ajyvml5bnzvhiyyrn42gqwgg23ssxkfh09rvsnywhzxhd0xai4h"))))
|
(base32 "1p9khz3bdpdcrnc9p6w522a0ankdchj4nxd3ki41z9401rxmnljq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No target
|
`(#:tests? #f ; No target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user