[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: opusfile: Update to 0.8.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: opusfile: Update to 0.8. |
Date: |
Mon, 21 Nov 2016 09:00:52 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 83b294b6d6c390f531ee817c592ea57234af591a
Author: Efraim Flashner <address@hidden>
Date: Mon Nov 21 10:49:45 2016 +0200
gnu: opusfile: Update to 0.8.
* gnu/packages/xiph.scm (opusfile): Update to 0.8.
---
gnu/packages/xiph.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 708b31b..fc5cd6c 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -356,7 +356,7 @@ decoding .opus files.")
(define opusfile
(package
(name "opusfile")
- (version "0.7")
+ (version "0.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -364,7 +364,7 @@ decoding .opus files.")
".tar.gz"))
(sha256
(base32
- "00f3wwjv3hxwg05g22s6mkkxikz80ljsn70g39cmi43jph9ysawy"))))
+ "192mp2jgn5s9815h31ybzsfipmbppmdhwx1dymrk26xarz9iw8rc"))))
(build-system gnu-build-system)
(propagated-inputs
`(("opus" ,opus)))