gnu: lsp-plugins: Update to 1.1.22.
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.22.
This commit is contained in:
parent
6810e9fe84
commit
eb683ebb87
1 changed files with 2 additions and 3 deletions
|
@ -4872,7 +4872,7 @@ and reverb.")
|
||||||
(define-public lsp-plugins
|
(define-public lsp-plugins
|
||||||
(package
|
(package
|
||||||
(name "lsp-plugins")
|
(name "lsp-plugins")
|
||||||
(version "1.1.21")
|
(version "1.1.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4881,8 +4881,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
|
(base32 "0s0i0kf5nqxxywckg03fds1w7696ly60rnlljzqvp7qfgzps1r6c"))))
|
||||||
"1zw0iip6ki9k65kh8dp53x7l4va4mi5rj793n2yn4p9y84qzwrz9"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue