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.333.


From: guix-commits
Subject: branch master updated: gnu: zrythm: Update to 0.8.333.
Date: Wed, 29 Apr 2020 04:58:35 -0400

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

niedzejkob pushed a commit to branch master
in repository guix.

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

commit 4f0f46e4af0e342d84c5ad448258702029601e4b
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Tue Apr 28 15:55:13 2020 +0100

    gnu: zrythm: Update to 0.8.333.
    
    * gnu/packages/music.scm (zrythm): Update to 0.8.333.
    [inputs]: Add new dependencies graphviz and gtksourceview.
    
    Signed-off-by: Jakub Kądziołka <address@hidden>
---
 gnu/packages/music.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 34d4adb..589f158 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -99,6 +99,7 @@
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages gpodder)
   #:use-module (gnu packages graphics)
+  #:use-module (gnu packages graphviz)
   #:use-module (gnu packages gstreamer)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages guile)
@@ -5158,7 +5159,7 @@ and as an LV2 plugin.")
 (define-public zrythm
   (package
     (name "zrythm")
-    (version "0.8.200")
+    (version "0.8.333")
     (source
       (origin
         (method url-fetch)
@@ -5166,7 +5167,7 @@ and as an LV2 plugin.")
                             version ".tar.xz"))
         (sha256
           (base32
-            "13ivxbrd44qnhyh46dcr94dvqxg8cn4bbd8xm77ljw0p9b4ks4zs"))))
+            "0x2kxr5zz058jpy6k6ymj0fi2gqfcgrlv4qkwz9443hjy5345iwb"))))
    (build-system meson-build-system)
    (arguments
     `(#:glib-or-gtk? #t
@@ -5190,7 +5191,9 @@ and as an LV2 plugin.")
       ("fftwf" ,fftwf)
       ("gettext" ,gettext-minimal)
       ("glibc" ,glibc)
+      ("graphviz" ,graphviz)
       ("gtk+" ,gtk+)
+      ("gtksourceview" ,gtksourceview)
       ("guile" ,guile-2.2)
       ("libcyaml" ,libcyaml)
       ("libsamplerate" ,libsamplerate)



reply via email to

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