gnu: flac: Update to 1.3.2.

* gnu/packages/xiph.scm (flac): Update to 1.3.2.
This commit is contained in:
Leo Famulari 2017-01-01 17:53:51 -05:00
parent 8efd10cd11
commit b4fddeae20
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -202,14 +202,14 @@ It currently supports:
(define flac (define flac
(package (package
(name "flac") (name "flac")
(version "1.3.1") (version "1.3.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://downloads.xiph.org/releases/flac/flac-" (uri (string-append "http://downloads.xiph.org/releases/flac/flac-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0v65w7ph6ldwp5a8fbhp0a3w8f737ck468fr7yb7sxmskl4w0ws7")))) "0gymm2j3276kr9nz6vmgfwsdfrq6c449n40a0mzz8h6wc7nw7kwi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:parallel-tests? #f)) `(#:parallel-tests? #f))