me
/
guix
Archived
1
0
Fork 0

gnu: lv2: Update to 1.18.2.

* gnu/packages/audio.scm (lv2): Update to 1.18.2.
master
Tobias Geerinckx-Rice 2021-11-07 22:10:51 +01:00
parent c569c735c2
commit 6a36f4e4fc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2656,14 +2656,14 @@ significantly faster and have minimal dependencies.")
(define-public lv2 (define-public lv2
(package (package
(name "lv2") (name "lv2")
(version "1.18.0") (version "1.18.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://lv2plug.in/spec/lv2-" (uri (string-append "https://lv2plug.in/spec/lv2-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0gs7401xz23q9vajqr31aa2db8dvssgyh5zrvr4ipa6wig7yb8wh")))) "0pp0n9x1rg8d4fw853z9cvfifjdi4bl85yjxxddqa1acfjy1z2af"))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target