[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
- branch wip-desktop created (now 956abd0), guix-commits, 2020/07/27
- 01/295: hurd-boot: Remove duplicate calls to 'scope'., guix-commits, 2020/07/27
- 03/295: gnu: emacs-sly: Update to 20200626., guix-commits, 2020/07/27
- 07/295: gnu: opusfile: Do not build static libraries., guix-commits, 2020/07/27
- 09/295: gnu: spdlog: Update to 1.6.1., guix-commits, 2020/07/27
- 02/295: hurd-boot: Mount /proc, add /etc/mtab., guix-commits, 2020/07/27
- 04/295: gnu: slynk: Update to 20200626., guix-commits, 2020/07/27
- 05/295: gnu: Add dhewm3., guix-commits, 2020/07/27
- 06/295: gnu: opusfile: Update to 0.12.,
guix-commits <=
- 20/295: gnu: libcyaml: Remove unused input., guix-commits, 2020/07/27
- 11/295: gnu: libconfuse: Do not build static libraries., guix-commits, 2020/07/27
- 18/295: gnu: libzip: Update to 1.7.1., guix-commits, 2020/07/27
- 10/295: gnu: libconfuse: Update to 3.3., guix-commits, 2020/07/27
- 26/295: gnu: Add autofs., guix-commits, 2020/07/27
- 34/295: gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685]., guix-commits, 2020/07/27
- 24/295: gnu: python-setproctitle: Fix build., guix-commits, 2020/07/27
- 08/295: gnu: feh: Update to 3.4.1., guix-commits, 2020/07/27
- 16/295: gnu: exempi: Update to 2.5.2., guix-commits, 2020/07/27
- 30/295: daemon: Recognize SHA3 and BLAKE2s., guix-commits, 2020/07/27