diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-22 14:01:42 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-22 14:02:13 -0400 |
commit | eddf9ae95e4860274fa1a1855c5c40abc311f228 (patch) | |
tree | 0424651a947101a6819321ebe776320a0b0960e2 | |
parent | 0f971a0475bd9d6619e2dee2f8a98e65547213dd (diff) | |
download | patches-eddf9ae95e4860274fa1a1855c5c40abc311f228.tar patches-eddf9ae95e4860274fa1a1855c5c40abc311f228.tar.gz |
gnu: opus: Update to 1.1.3.
* gnu/packages/xiph.scm (opus): Update to 1.1.3.
-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 d1597e96ea..81e0934889 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -300,7 +300,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about (define opus (package (name "opus") - (version "1.1.2") + (version "1.1.3") (source (origin (method url-fetch) (uri (string-append @@ -308,7 +308,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about ".tar.gz")) (sha256 (base32 - "1z87x5c5x951lhnm70iqr2gqn15wns5cqsw8nnkvl48jwdw00a8f")))) + "0cxnd7pjxbgh6l3cbzsw29phpr5cq28fikfhjlp1hc3y5s0gxdjq")))) (build-system gnu-build-system) (synopsis "Versatile audio codec") (description |