Archived
1
0
Fork 0

gnu: dragonfly-reverb: Update to 3.2.10.

* gnu/packages/music.scm (dragonfly-reverb): Update to 3.2.10.

Change-Id: I4b0dc4e7aeae381467690305b9551e53341ef8b7
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
kiasoc5 2023-10-28 23:47:58 -04:00 committed by Christopher Baines
parent 28ebbe2be8
commit e20ef7d2d1
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -6790,7 +6790,7 @@ plugin support, JACK support and chord assistance.")
(define-public dragonfly-reverb (define-public dragonfly-reverb
(package (package
(name "dragonfly-reverb") (name "dragonfly-reverb")
(version "3.2.5") (version "3.2.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6802,7 +6802,7 @@ plugin support, JACK support and chord assistance.")
(recursive? #t))) (recursive? #t)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "14kia9wjs0nqfx4psnr3vf4x6hihkf80gb0mjzmdnnnk4cnrdydm")))) (base32 "11i2k888m3zj4gz9si4y5mach8dwdq3yksbvjn1syrbwj99phwk1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target