diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-02 11:11:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-02 23:08:09 +0200 |
commit | 13e245f591508c3a8c29e0864eb4c3e761ebd831 (patch) | |
tree | 8e6874cf3e6a07b7dc638114788a0ce690b54c13 | |
parent | 545c6bda37ff9b732f584ffd29e054973d44cb76 (diff) |
gnu: lsp-plugins: Update to 1.1.26.
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.26.
-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 1727bac7b8..60939454f1 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5075,7 +5075,7 @@ and reverb.") (define-public lsp-plugins (package (name "lsp-plugins") - (version "1.1.24") + (version "1.1.26") (source (origin (method git-fetch) @@ -5084,7 +5084,7 @@ and reverb.") (commit (string-append "lsp-plugins-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rzgzkg6wvhjcf664i16nz4v30drgv80s34bhdflcjzx2x7ix5zk")))) + (base32 "1apw8zh3a3il4smkjji6bih4vbsymj0hjs10fgkrd4nazqkjvgyd")))) (build-system gnu-build-system) (arguments `(#:make-flags @@ -5095,7 +5095,7 @@ and reverb.") (string-append "ETC_PATH=" (assoc-ref %outputs "out") "/etc")) #:phases (modify-phases %standard-phases - (delete 'configure)) ; no configure + (delete 'configure)) ; no configure script #:test-target "test")) (inputs `(("cairo" ,cairo) |