me
/
guix
Archived
1
0
Fork 0

gnu: lsp-plugins: Update to 1.1.26.

* gnu/packages/music.scm (lsp-plugins): Update to 1.1.26.
master
Tobias Geerinckx-Rice 2020-10-02 11:11:00 +02:00
parent 545c6bda37
commit 13e245f591
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -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)