gnu: lsp-plugins: Update to 1.1.22.
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.22.master
parent
6810e9fe84
commit
eb683ebb87
|
@ -4872,7 +4872,7 @@ and reverb.")
|
|||
(define-public lsp-plugins
|
||||
(package
|
||||
(name "lsp-plugins")
|
||||
(version "1.1.21")
|
||||
(version "1.1.22")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4881,8 +4881,7 @@ and reverb.")
|
|||
(commit (string-append "lsp-plugins-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zw0iip6ki9k65kh8dp53x7l4va4mi5rj793n2yn4p9y84qzwrz9"))))
|
||||
(base32 "0s0i0kf5nqxxywckg03fds1w7696ly60rnlljzqvp7qfgzps1r6c"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Reference in New Issue