diff mbox series

[bug#46678] gnu: zrythm: Update to 1.0.0-alpha.12.0.1.

Message ID 20210221095746.19001-1-alex@zrythm.org
State Accepted
Headers show
Series [bug#46678] gnu: zrythm: Update to 1.0.0-alpha.12.0.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Alexandros Theodotou Feb. 21, 2021, 9:57 a.m. UTC
* gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.12.0.1.
[inputs]: Add pulseaudio.
---
 gnu/packages/music.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Nicolas Goaziou Feb. 23, 2021, 9:18 p.m. UTC | #1
Hello,

Alexandros Theodotou <alex@zrythm.org> writes:

> * gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.12.0.1.
> [inputs]: Add pulseaudio.

Applied. Thank you.

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6e638f3a60..5621e0fcc5 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)