guix-commits
[Top][All Lists]
Advanced

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

06/295: gnu: opusfile: Update to 0.12.


From: guix-commits
Subject: 06/295: gnu: opusfile: Update to 0.12.
Date: Mon, 27 Jul 2020 06:25:00 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit fb6b40b02e1a3bd46d567508c4f00e17834dd5c6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 15:38:11 2020 +0200

    gnu: opusfile: Update to 0.12.
    
    * gnu/packages/xiph.scm (opusfile): Update to 0.12.
---
 gnu/packages/xiph.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 7c71bf0..a88ea09 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;; Copyright © 2015, 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2017, 2018, 2019, 2020 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
@@ -410,7 +410,7 @@ decoding .opus files.")
 (define opusfile
   (package
     (name "opusfile")
-    (version "0.11")
+    (version "0.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -418,7 +418,7 @@ decoding .opus files.")
                     ".tar.gz"))
               (sha256
                (base32
-                "1gq3aszzl5glgbajw5p1f5a1kdyf23w5vjdmwwrk246syin9pkkl"))))
+                "02smwc5ah8nb3a67mnkjzqmrzk43j356hgj2a97s9midq40qd38i"))))
     (build-system gnu-build-system)
     ;; Required by opusfile.pc and opusurl.pc.
     (propagated-inputs



reply via email to

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