diff options
author | Alexandros Theodotou <alex@zrythm.org> | 2020-04-04 22:42:57 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-05 10:37:09 +0200 |
commit | 37084435d3d104a6de834379ce15eaaefea6396b (patch) | |
tree | cb4bf190800790deefeff60463610b5436739c1a /gnu | |
parent | bdea16a8e6f860b3851340484c5cfcbfca106cc6 (diff) | |
download | guix-37084435d3d104a6de834379ce15eaaefea6396b.tar.gz guix-37084435d3d104a6de834379ce15eaaefea6396b.zip |
gnu: zrythm: Update to 0.8.200.
* gnu/packages/music.scm (zrythm): Update to 0.8.200,
[inputs]: add guile.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index c2724c7f77..121d396af8 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5156,7 +5156,7 @@ and as an LV2 plugin.") (define-public zrythm (package (name "zrythm") - (version "0.7.573") + (version "0.8.200") (source (origin (method url-fetch) @@ -5164,7 +5164,7 @@ and as an LV2 plugin.") version ".tar.xz")) (sha256 (base32 - "075gq478xbzz5ql4fsrgfzhgxi7z26k6034lhlkmm0klfcb8j9mg")))) + "13ivxbrd44qnhyh46dcr94dvqxg8cn4bbd8xm77ljw0p9b4ks4zs")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t @@ -5189,6 +5189,7 @@ and as an LV2 plugin.") ("gettext" ,gettext-minimal) ("glibc" ,glibc) ("gtk+" ,gtk+) + ("guile" ,guile-2.2) ("libcyaml" ,libcyaml) ("libsamplerate" ,libsamplerate) ("libsndfile" ,libsndfile) |