gnu: zam-plugins: Update to 4.1.
* gnu/packages/music.scm (zam-plugins): Update to 4.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
8781ab4057
commit
511b57deac
1 changed files with 2 additions and 2 deletions
|
@ -6094,7 +6094,7 @@ audio and MIDI plugins that can also run as standalone JACK applications.")
|
||||||
(define-public zam-plugins
|
(define-public zam-plugins
|
||||||
(package
|
(package
|
||||||
(name "zam-plugins")
|
(name "zam-plugins")
|
||||||
(version "3.13")
|
(version "4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6108,7 +6108,7 @@ audio and MIDI plugins that can also run as standalone JACK applications.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02blg0iqich4vx5z1ahj6avkh83yqszdiq83p9jd5qwm0i4llqjq"))))
|
(base32 "0p3y3r2nrhzr0xlcy5rz4c2jsvc10l1n8cwc642r0zppwfabm9il"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no "check" target
|
`(#:tests? #f ;no "check" target
|
||||||
|
|
Reference in a new issue