diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 01:31:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 13:54:12 +0100 |
commit | a69b59e15b5f48f389a4f3d3adb1d2b54395bf4d (patch) | |
tree | 111eed050b4037c685dd62b0fae7106dfe4e9ad7 | |
parent | 41dc70f4fff25a5f88f756c0a12a7beceb5d67f8 (diff) | |
download | patches-a69b59e15b5f48f389a4f3d3adb1d2b54395bf4d.tar patches-a69b59e15b5f48f389a4f3d3adb1d2b54395bf4d.tar.gz |
gnu: zam-plugins: Update to 3.12.
* gnu/packages/music.scm (zam-plugins): Update to 3.12.
-rw-r--r-- | gnu/packages/music.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index e84c477f57..a0ba6a261d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4875,7 +4875,7 @@ audio and MIDI plugins that can also run as standalone JACK applications.") (define-public zam-plugins (package (name "zam-plugins") - (version "3.11") + (version "3.12") (source (origin (method git-fetch) @@ -4889,8 +4889,7 @@ audio and MIDI plugins that can also run as standalone JACK applications.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 - "0jlbxm0g93plgd3g4r9rsr0c7868ms49bs0ljpqb6kw6132hsapp")))) + (base32 "0icsbarc9azcp0kjjydmiqn401v60jmf16zdcp4040q8g7bpfmfa")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;no "check" target |