gnu: flac: Update to 1.4.3.

* gnu/packages/xiph.scm (flac): Update to 1.4.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2023-10-24 19:31:57 +00:00 committed by Ludovic Courtès
parent 7f50bd17a9
commit 43c6a4ea68
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -262,14 +262,14 @@ (define-public ao
(define-public flac
(package
(name "flac")
(version "1.3.4")
(version "1.4.3")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.xiph.org/releases/flac/flac-"
version ".tar.xz"))
(sha256
(base32
"0dz7am8kbc97a6afml1h4yp085274prg8j7csryds8m3fmz61w4g"))))
"0w2v40kmvl741vmycv8h5s10n7arbs12n2b1p10z8j13saffcn3c"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f))