diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-01-19 09:05:55 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-01-20 02:12:23 +0200 |
commit | 275cc092809fc21cdc2f86a0ce2955fafb4ca65b (patch) | |
tree | eea76660ab89fcd771cdb43d62485c43a2d024d9 /gnu/packages/xiph.scm | |
parent | 55ca5e8095ee4561d816deb40f7a4196ecc1d402 (diff) | |
download | patches-275cc092809fc21cdc2f86a0ce2955fafb4ca65b.tar patches-275cc092809fc21cdc2f86a0ce2955fafb4ca65b.tar.gz |
gnu: opus: Update to 1.1.2.
* gnu/packages/xiph.scm (opus): Update to 1.1.2.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r-- | gnu/packages/xiph.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index bc2294e58c..d70452ae6d 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2014 Sree Harsha Totakura <sreeharsha@totakura.in> ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org> -;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> ;;; ;;; This file is part of GNU Guix. ;;; @@ -293,7 +293,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about (define opus (package (name "opus") - (version "1.1.1") + (version "1.1.2") (source (origin (method url-fetch) (uri (string-append @@ -301,7 +301,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about ".tar.gz")) (sha256 (base32 - "07iplfwim26b6k1bqjyciaqvihps9rk5gi8385axa83ppmbgz14v")))) + "1z87x5c5x951lhnm70iqr2gqn15wns5cqsw8nnkvl48jwdw00a8f")))) (build-system gnu-build-system) (synopsis "Versatile audio codec") (description |