mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: lsp-dsp-lib: Update to 1.0.26.
* gnu/packages/audio.scm (lsp-dsp-lib): Update to 1.0.26. Change-Id: I01a3ae1663670add9440f52fd46aa388ff0dda34
This commit is contained in:
parent
39ad23ec9a
commit
01222f2aad
1 changed files with 2 additions and 2 deletions
|
@ -5920,7 +5920,7 @@ (define-public libinstpatch
|
|||
(define-public lsp-dsp-lib
|
||||
(package
|
||||
(name "lsp-dsp-lib")
|
||||
(version "1.0.20")
|
||||
(version "1.0.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5928,7 +5928,7 @@ (define-public lsp-dsp-lib
|
|||
"releases/download/" version
|
||||
"/lsp-dsp-lib-src-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1951d7c08d1g808jgq4r1iacyxb9qr3bpb13r4ybs7bcm8qys02h"))))
|
||||
(base32 "07g02nglzrq9yp267m1aflrmr7i35pc3anlhasp35048i0xvy51i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue