diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-05 14:40:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-05 16:28:29 +0200 |
commit | 90f0f8713da9cf0dc0bb5c93446a4eba11075352 (patch) | |
tree | 54a648db48d44a609719f4cf237b227638c5b117 | |
parent | 4f62e6332694440eebd90f1f2d486d4cc542cd0d (diff) | |
download | guix-90f0f8713da9cf0dc0bb5c93446a4eba11075352.tar.gz guix-90f0f8713da9cf0dc0bb5c93446a4eba11075352.zip |
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
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 14f8aea3e5..fae597ec99 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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) |