diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 01:30:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 13:54:11 +0100 |
commit | 41dc70f4fff25a5f88f756c0a12a7beceb5d67f8 (patch) | |
tree | 7a4b86fdf79e1a1ca4f5f267f20fd40a536e4e6c | |
parent | e4f7edf19ff5c93235a50c46a521971cadd67de2 (diff) | |
download | patches-41dc70f4fff25a5f88f756c0a12a7beceb5d67f8.tar patches-41dc70f4fff25a5f88f756c0a12a7beceb5d67f8.tar.gz |
gnu: x42-plugins: Update to 20191215.
* gnu/packages/music.scm (x42-plugins): Update to 20191215.
-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 9cd1c17a99..e84c477f57 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4822,7 +4822,7 @@ and debugging of event signal flows inside plugin graphs.") (define-public x42-plugins (package (name "x42-plugins") - (version "20191013") + (version "20191215") (source (origin (method url-fetch) @@ -4830,8 +4830,7 @@ and debugging of event signal flows inside plugin graphs.") (string-append "http://gareus.org/misc/x42-plugins/x42-plugins-" version ".tar.xz")) (sha256 - (base32 - "18kn1bmc0s6dp834kc51ibifzzn3bxwya4p8s8yq9f4mpmkghi24")))) + (base32 "1mwfvhsvc0qgjyiwd8pmmam1mav43lmv39fljhmj9yri558v5g1c")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no "check" target |