Archived
1
0
Fork 0

gnu: zam-plugins: Update to 3.13.

* gnu/packages/music.scm (zam-plugins): Update to 3.13.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-26 16:05:41 +02:00
parent 94050eaff8
commit 430ae98d2b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5089,7 +5089,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.12") (version "3.13")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5103,7 +5103,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 "0icsbarc9azcp0kjjydmiqn401v60jmf16zdcp4040q8g7bpfmfa")))) (base32 "0bxvssqnnd7bph3w1d6xcmxradv4cqq3wyzyv1a1hfm71a0pdahs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;no "check" target `(#:tests? #f ;no "check" target