gnu: lsp-plugins: Update to 1.1.24.
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.24.
This commit is contained in:
parent
c1b11a52eb
commit
44831ecb11
1 changed files with 2 additions and 2 deletions
|
@ -4922,7 +4922,7 @@ and reverb.")
|
||||||
(define-public lsp-plugins
|
(define-public lsp-plugins
|
||||||
(package
|
(package
|
||||||
(name "lsp-plugins")
|
(name "lsp-plugins")
|
||||||
(version "1.1.22")
|
(version "1.1.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4931,7 +4931,7 @@ and reverb.")
|
||||||
(commit (string-append "lsp-plugins-" version))))
|
(commit (string-append "lsp-plugins-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s0i0kf5nqxxywckg03fds1w7696ly60rnlljzqvp7qfgzps1r6c"))))
|
(base32 "0rzgzkg6wvhjcf664i16nz4v30drgv80s34bhdflcjzx2x7ix5zk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue