diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-02 13:31:06 +0200 | 
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-02 13:31:06 +0200 | 
| commit | 214ed6a39b05069b47a8d13a9f2c7f4243dddb40 (patch) | |
| tree | 8a4c2b1ad3ba15dffcec51bf1b061c92343bebe2 /gnu/packages/xiph.scm | |
| parent | 59eef6f284ce2930acec49319a0d3e836fcf7c9f (diff) | |
gnu: opus: Update to 1.1.1.
* gnu/packages/xiph.scm (opus): Update to 1.1.1.
Diffstat (limited to 'gnu/packages/xiph.scm')
| -rw-r--r-- | gnu/packages/xiph.scm | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 705ebe1d73..6de0a2defb 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -5,6 +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>  ;;;  ;;; This file is part of GNU Guix.  ;;; @@ -290,7 +291,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about  (define opus    (package      (name "opus") -    (version "1.1") +    (version "1.1.1")      (source (origin                (method url-fetch)                (uri (string-append @@ -298,7 +299,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about                      ".tar.gz"))                (sha256                 (base32 -                "158xprn2086arvdib3vbbygz7z6jqkw2nci7nlywzzwallap0wmr")))) +                "07iplfwim26b6k1bqjyciaqvihps9rk5gi8385axa83ppmbgz14v"))))      (build-system gnu-build-system)      (synopsis "Versatile audio codec")      (description | 
