mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: opusfile: Update to 0.7.
* gnu/packages/xiph.scm (opusfile): Update to 0.7.
This commit is contained in:
parent
275cc09280
commit
1c3d37e648
1 changed files with 2 additions and 2 deletions
|
@ -349,7 +349,7 @@ (define opus-tools
|
|||
(define opusfile
|
||||
(package
|
||||
(name "opusfile")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -357,7 +357,7 @@ (define opusfile
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19iys2kld75k0210b807i4illrdmj3cmmnrgxlc9y4vf6mxp2a14"))))
|
||||
"00f3wwjv3hxwg05g22s6mkkxikz80ljsn70g39cmi43jph9ysawy"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("opus" ,opus)))
|
||||
|
|
Loading…
Reference in a new issue