gnu: lv2lint: Update to 0.8.0.
* gnu/packages/audio.scm (lv2lint): Update to 0.8.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
9163f42e3a
commit
b02e52f653
1 changed files with 2 additions and 2 deletions
|
|
@ -4652,7 +4652,7 @@ libsamplerate for reading and resampling audio files, based on Robin Gareus'
|
||||||
(define-public lv2lint
|
(define-public lv2lint
|
||||||
(package
|
(package
|
||||||
(name "lv2lint")
|
(name "lv2lint")
|
||||||
(version "0.4.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -4662,7 +4662,7 @@ libsamplerate for reading and resampling audio files, based on Robin Gareus'
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pspwqpzl2dw1hd9ra9yr53arqbbqjn7d7j0f7p9g3iqa76vblpi"))))
|
"1jrka0hsn4n1clri7zfkcl3c2vi52144lkpjm81l51ff8rqy8ks1"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
|
||||||
Reference in a new issue