diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-01-19 09:07:41 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-01-20 02:12:23 +0200 |
commit | 1c3d37e648e5b8e0cc4f5196202e7ab9e543e439 (patch) | |
tree | 0b54fe3d84f0f37f14e191a6ae2f57252aaee483 /gnu/packages/xiph.scm | |
parent | 275cc092809fc21cdc2f86a0ce2955fafb4ca65b (diff) | |
download | guix-1c3d37e648e5b8e0cc4f5196202e7ab9e543e439.tar guix-1c3d37e648e5b8e0cc4f5196202e7ab9e543e439.tar.gz |
gnu: opusfile: Update to 0.7.
* gnu/packages/xiph.scm (opusfile): Update to 0.7.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r-- | gnu/packages/xiph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index d70452ae6d..aa20613c82 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -349,7 +349,7 @@ decoding .opus files.") (define opusfile (package (name "opusfile") - (version "0.6") + (version "0.7") (source (origin (method url-fetch) (uri (string-append @@ -357,7 +357,7 @@ decoding .opus files.") ".tar.gz")) (sha256 (base32 - "19iys2kld75k0210b807i4illrdmj3cmmnrgxlc9y4vf6mxp2a14")))) + "00f3wwjv3hxwg05g22s6mkkxikz80ljsn70g39cmi43jph9ysawy")))) (build-system gnu-build-system) (propagated-inputs `(("opus" ,opus))) |