mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: dsp: Update to 2.0.
* gnu/packages/audio.scm (dsp): Update to 2.0. Change-Id: Iac512686d2dda1ed9cbcaec042af4c6d021953ad
This commit is contained in:
parent
8983dd5394
commit
5dfba7ac55
1 changed files with 2 additions and 2 deletions
|
|
@ -814,7 +814,7 @@ streams from live audio.")
|
|||
(define-public dsp
|
||||
(package
|
||||
(name "dsp")
|
||||
(version "1.9")
|
||||
(version "2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -823,7 +823,7 @@ streams from live audio.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iksmianwig7w78hqip2a8yy6r63sv8cv9pis8qxny6w1xap6njb"))))
|
||||
"1kzjv972qbvzh7nml3brrdf6qmjmcapldbikbn2gxhpmkgxzhhar"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue