gnu: lsp-plugins: Update to 1.1.26.
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.26.master
parent
545c6bda37
commit
13e245f591
|
@ -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)
|
||||
|
|
Reference in New Issue