diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-16 16:02:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-17 01:17:17 +0200 |
commit | 649b334b586e3a4fc360a5cd8fa45d2a89f1eb05 (patch) | |
tree | e392829c2b67d7d8c2c83594a14dc1e1c7b3a503 | |
parent | d059a01e32467e7e44c7007651a09dd9e90e02cf (diff) | |
download | patches-649b334b586e3a4fc360a5cd8fa45d2a89f1eb05.tar patches-649b334b586e3a4fc360a5cd8fa45d2a89f1eb05.tar.gz |
gnu: libdca: Update to 0.0.6.
* gnu/packages/video.scm (libdca): Update to 0.0.6.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5c876d0da6..cfe8d3ba56 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -472,7 +472,7 @@ canvas operations.") (define-public libdca (package (name "libdca") - (version "0.0.5") + (version "0.0.6") (source (origin (method url-fetch) (uri (string-append @@ -480,7 +480,7 @@ canvas operations.") version "/libdca-" version ".tar.bz2")) (sha256 (base32 - "0hh6a7l8vvccsd5i1fkv9av2gzv9fy8m0b8jpsn5p6hh4bh2586v")))) + "0h0zvcn97i9kyljdpifzi8in9xnw31fx3b3ggj96p8h0l2d8mycq")))) (build-system gnu-build-system) (home-page "https://www.videolan.org/developers/libdca.html") (synopsis "DTS Coherent Acoustics decoder") |