mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: opusfile: Update to 0.10.
* gnu/packages/xiph.scm (opusfile): Update to 0.10.
This commit is contained in:
parent
1b0ce451f4
commit
2b33c4d677
1 changed files with 2 additions and 2 deletions
|
@ -396,7 +396,7 @@ decoding .opus files.")
|
||||||
(define opusfile
|
(define opusfile
|
||||||
(package
|
(package
|
||||||
(name "opusfile")
|
(name "opusfile")
|
||||||
(version "0.9")
|
(version "0.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -404,7 +404,7 @@ decoding .opus files.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yg9whb9y6ja3d5dmscg5a29hxj7qj0asw8smisjf4hbwh0bapzp"))))
|
"0bs1376sd131qdh7198jp64vv5d17az5wyy4y7srrvw7p8k3bq28"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("opus" ,opus)))
|
`(("opus" ,opus)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue