gnu: lsp-plugins: Update to 1.2.21.

* gnu/packages/music.scm (lsp-plugins): Update to 1.2.21.
[arguments]: Update file name of test binary.

Change-Id: Ifc65e4fd6d66ef8466c46fd487e710366d5db9b1
This commit is contained in:
Ricardo Wurmus 2025-05-05 14:40:53 +02:00
parent 4f62e63326
commit 90f0f8713d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6503,7 +6503,7 @@ and reverb.")
(define-public lsp-plugins
(package
(name "lsp-plugins")
(version "1.2.15")
(version "1.2.21")
(source
(origin
(method url-fetch)
@ -6511,7 +6511,7 @@ and reverb.")
"/releases/download/" version
"/lsp-plugins-src-" version ".tar.gz"))
(sha256
(base32 "1bpkbmy8djz304rlsf9zp7bkyc874gnpfihkigqg4fj667x2xfcj"))))
(base32 "1n8jdvbkd8kgr50s8alw75g2k8202837k9sl3lvlbmkyap8a2bdf"))))
(build-system gnu-build-system)
(arguments
(list
@ -6530,7 +6530,7 @@ and reverb.")
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke ".build/host/lsp-plugin-fw/lsp-plugins-test" "utest"))))
(invoke ".build/target/lsp-plugin-fw/lsp-plugins-test" "utest"))))
(add-after 'install 'move-large-subdirs
(lambda _
(define (move-to-output output path)