diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-20 04:34:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-20 04:50:33 +0200 |
commit | 4eb161962f9d3a4065d2dfe75bb4c19ac6f6c035 (patch) | |
tree | 45223f845682f7265f7e8eac64107a3200175551 /gnu/packages/xiph.scm | |
parent | e61c2991e4d4dce4f3134c343fde5a2980622271 (diff) | |
download | guix-4eb161962f9d3a4065d2dfe75bb4c19ac6f6c035.tar.gz |
gnu: opusfile: Update to 0.11.
* gnu/packages/xiph.scm (opusfile): Update to 0.11.
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 a9f4a2ab87..7ecfa580ec 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -387,7 +387,7 @@ decoding .opus files.") (define opusfile (package (name "opusfile") - (version "0.10") + (version "0.11") (source (origin (method url-fetch) (uri (string-append @@ -395,7 +395,7 @@ decoding .opus files.") ".tar.gz")) (sha256 (base32 - "0bs1376sd131qdh7198jp64vv5d17az5wyy4y7srrvw7p8k3bq28")))) + "1gq3aszzl5glgbajw5p1f5a1kdyf23w5vjdmwwrk246syin9pkkl")))) (build-system gnu-build-system) (propagated-inputs `(("opus" ,opus))) |