mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: flac: Update to 1.3.1.
* gnu/packages/xiph.scm (flac): Update to 1.3.1.
This commit is contained in:
parent
d529b91b4e
commit
081cbed90e
1 changed files with 2 additions and 2 deletions
|
@ -192,14 +192,14 @@ (define ao
|
|||
(define flac
|
||||
(package
|
||||
(name "flac")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://downloads.xiph.org/releases/flac/flac-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p0hh190kqvpkbk1bbajd81jfbmkyl4fn2i7pggk2zppq6m68bgs"))))
|
||||
"0v65w7ph6ldwp5a8fbhp0a3w8f737ck468fr7yb7sxmskl4w0ws7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-tests? #f))
|
||||
|
|
Loading…
Reference in a new issue