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 1.0.0-alpha.12.0.1.


From: guix-commits
Subject: branch master updated: gnu: zrythm: Update to 1.0.0-alpha.12.0.1.
Date: Tue, 23 Feb 2021 16:17:50 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1a2a024  gnu: zrythm: Update to 1.0.0-alpha.12.0.1.
1a2a024 is described below

commit 1a2a0245cf365d021de7c41ac0949fb0d8d4367a
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Sun Feb 21 09:57:46 2021 +0000

    gnu: zrythm: Update to 1.0.0-alpha.12.0.1.
    
    * gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.12.0.1.
    [inputs]: Add pulseaudio.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 6e638f3..5621e0f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5985,7 +5985,7 @@ and as an LV2 plugin.")
     ;; distros to make necessary changes to integrate the software into the
     ;; distribution.
     (name "zrythm")
-    (version "1.0.0-alpha.6.0.1")
+    (version "1.0.0-alpha.12.0.1")
     (source
       (origin
         (method url-fetch)
@@ -5993,7 +5993,7 @@ and as an LV2 plugin.")
                             version ".tar.xz"))
         (sha256
           (base32
-           "1zfky3yj0k0rmbxighlk9sp4fsgw8rj7viv44yv626kldfvc04ab"))))
+           "1si4n8rdg0a3frlbj6yqpyzr4f20v3cpl4m6kv0yf7r25psyl5pk"))))
    (build-system meson-build-system)
    (arguments
     `(#:glib-or-gtk? #t
@@ -6026,6 +6026,7 @@ and as an LV2 plugin.")
       ("libyaml" ,libyaml)
       ("lilv" ,lilv)
       ("lv2" ,lv2)
+      ("pulseaudio" ,pulseaudio)
       ("reproc" ,reproc)
       ("rubberband" ,rubberband)
       ("rtmidi" ,rtmidi)



reply via email to

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