mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
7f50bd17a9
commit
43c6a4ea68
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue