guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: zrythm: Update to 0.8.200.


From: guix-commits
Subject: branch master updated: gnu: zrythm: Update to 0.8.200.
Date: Sun, 05 Apr 2020 04:37:17 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3708443  gnu: zrythm: Update to 0.8.200.
3708443 is described below

commit 37084435d3d104a6de834379ce15eaaefea6396b
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Sat Apr 4 22:42:57 2020 +0100

    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 <address@hidden>
---
 gnu/packages/music.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c2724c7..121d396 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]