diff options
author | Alexandros Theodotou <alex@zrythm.org> | 2020-07-08 20:48:57 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-07-12 21:24:29 +0300 |
commit | f2096c7aa92e8c8af5ec96b99cbabeb191164de1 (patch) | |
tree | 6e0712f0282409f75fd03526a7492098f474acb2 | |
parent | a68430712fe623a61ba5eecfb8aa4547079a96c2 (diff) | |
download | guix-f2096c7aa92e8c8af5ec96b99cbabeb191164de1.tar.gz |
gnu: dragonfly-reverb: Update to 3.0.0.
* gnu/packages/music.scm (dragonfly-reverb): Update to 3.0.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index fd24188bf8..4c1e16dcc5 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5263,7 +5263,7 @@ plugin support, JACK support and chord assistance.") (define-public dragonfly-reverb (package (name "dragonfly-reverb") - (version "2.0.0") + (version "3.0.0") (source (origin (method git-fetch) @@ -5275,7 +5275,7 @@ plugin support, JACK support and chord assistance.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "1qrbv4kk5v6ynx424h1i54qj0w8v6vpw81b759jawxvzzprpgq72")))) + (base32 "1z2x33lzpd26dv1p29ca7vy8mjfzkfpin35iq46spwd9k3sqn1ja")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target |