gnu: ao: Update to 1.2.0.
* gnu/packages/xiph.scm (ao): Update to 1.2.0.
This commit is contained in:
parent
a220b262db
commit
35f6c4972e
|
@ -152,7 +152,7 @@ stereo encoding, and voice activity detection.")
|
||||||
(define ao
|
(define ao
|
||||||
(package
|
(package
|
||||||
(name "ao")
|
(name "ao")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -160,7 +160,7 @@ stereo encoding, and voice activity detection.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m0v2y6bhr4iwsgdkc7b3y0qgpvpv1ifbxsy8n8ahsvjn6wmppi9"))))
|
"1bwwv1g9lchaq6qmhvj1pp3hnyqr64ydd4j38x94pmprs4d27b83"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; FIXME: Add further backends, see the summary printed after configure.
|
;; FIXME: Add further backends, see the summary printed after configure.
|
||||||
;; XXX: Should back-ends be pushed to different outputs? For instance,
|
;; XXX: Should back-ends be pushed to different outputs? For instance,
|
||||||
|
|
Loading…
Reference in New Issue