guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: opus: Update to 1.1.1.


From: Efraim Flashner
Subject: 02/02: gnu: opus: Update to 1.1.1.
Date: Wed, 02 Dec 2015 15:27:53 +0000

efraim pushed a commit to branch master
in repository guix.

commit 214ed6a39b05069b47a8d13a9f2c7f4243dddb40
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 2 13:31:06 2015 +0200

    gnu: opus: Update to 1.1.1.
    
    * gnu/packages/xiph.scm (opus): Update to 1.1.1.
---
 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 705ebe1..6de0a2d 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2014 Sree Harsha Totakura <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Paul van der Walt <address@hidden>
+;;; Copyright © 2015 Efraim Flashner <address@hidden>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]