diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-26 16:05:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-26 20:45:01 +0200 |
commit | 430ae98d2b0c02d38561ab0191f487f84e8e92a0 (patch) | |
tree | 29e260d5cff0e66cd08bd205b6166b9ca0a58700 /gnu | |
parent | 94050eaff878c1e381491dbd06bdc2fe178e7372 (diff) |
gnu: zam-plugins: Update to 3.13.
* gnu/packages/music.scm (zam-plugins): Update to 3.13.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 31b13947a0..b36a8d4b05 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5089,7 +5089,7 @@ audio and MIDI plugins that can also run as standalone JACK applications.") (define-public zam-plugins (package (name "zam-plugins") - (version "3.12") + (version "3.13") (source (origin (method git-fetch) @@ -5103,7 +5103,7 @@ audio and MIDI plugins that can also run as standalone JACK applications.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "0icsbarc9azcp0kjjydmiqn401v60jmf16zdcp4040q8g7bpfmfa")))) + (base32 "0bxvssqnnd7bph3w1d6xcmxradv4cqq3wyzyv1a1hfm71a0pdahs")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;no "check" target |