summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <[email protected]>2020-06-27 15:38:11 +0200
committerMarius Bakke <[email protected]>2020-06-27 20:08:22 +0200
commitfb6b40b02e1a3bd46d567508c4f00e17834dd5c6 (patch)
treea271f0d805cb2bc409729f28a2e4b5bde5b92463
parent5f7474a2094b916d99f56aeb32cb2dad91fc8f8e (diff)
gnu: opusfile: Update to 0.12.
* gnu/packages/xiph.scm (opusfile): Update to 0.12.
-rw-r--r--gnu/packages/xiph.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 7c71bf0a28..a88ea094dd 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2014 Mark H Weaver <[email protected]>
;;; Copyright © 2015 Paul van der Walt <[email protected]>
;;; Copyright © 2015, 2016, 2017, 2019 Efraim Flashner <[email protected]>
-;;; Copyright © 2017, 2018, 2019 Marius Bakke <[email protected]>
+;;; Copyright © 2017, 2018, 2019, 2020 Marius Bakke <[email protected]>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Leo Famulari <[email protected]>
;;; Copyright © 2020 Vincent Legoll <[email protected]>
@@ -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