[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: dragonfly-reverb: Update to 3.2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: dragonfly-reverb: Update to 3.2.1. |
Date: |
Fri, 11 Sep 2020 07:44:30 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 58a2c80 gnu: dragonfly-reverb: Update to 3.2.1.
58a2c80 is described below
commit 58a2c8084c66d9949933950fbf316eb95a46b1a4
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Thu Sep 10 19:32:52 2020 +0100
gnu: dragonfly-reverb: Update to 3.2.1.
* gnu/packages/music.scm (dragonfly-reverb): Update to 3.2.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a71a207..ad0a64b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5502,7 +5502,7 @@ plugin support, JACK support and chord assistance.")
(define-public dragonfly-reverb
(package
(name "dragonfly-reverb")
- (version "3.0.0")
+ (version "3.2.1")
(source
(origin
(method git-fetch)
@@ -5514,7 +5514,7 @@ plugin support, JACK support and chord assistance.")
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
- (base32 "1z2x33lzpd26dv1p29ca7vy8mjfzkfpin35iq46spwd9k3sqn1ja"))))
+ (base32 "0vfm2510shah67k87mdyar4wr4vqwii59y9lqfhwm6blxparkrqa"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: dragonfly-reverb: Update to 3.2.1.,
guix-commits <=