all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40941] [PATCH] gnu: zrythm: Update to 0.8.333.
@ 2020-04-28 14:57 Alexandros Theodotou
  2020-04-29  9:00 ` bug#40941: Done: " Jakub Kądziołka
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-04-28 14:57 UTC (permalink / raw)
  To: 40941


[-- Attachment #1.1: Type: text/plain, Size: 91 bytes --]

Hi,

This patch updates zrythm. There are 2 new dependencies required.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-zrythm-Update-to-0.8.333.patch --]
[-- Type: text/x-patch, Size: 1742 bytes --]

From 32215a9ecc24a87e240441f5f58fefca743c3144 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Tue, 28 Apr 2020 15:55:13 +0100
Subject: [PATCH] gnu: zrythm: Update to 0.8.333.

* gnu/packages/music.scm (zrythm): Update to 0.8.333.
[inputs]: Add new dependencies graphviz and gtksourceview.
---
 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 34d4adb33c..589f158afe 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)
-- 
2.26.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40941: Done: [PATCH] gnu: zrythm: Update to 0.8.333.
  2020-04-28 14:57 [bug#40941] [PATCH] gnu: zrythm: Update to 0.8.333 Alexandros Theodotou
@ 2020-04-29  9:00 ` Jakub Kądziołka
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kądziołka @ 2020-04-29  9:00 UTC (permalink / raw)
  To: 40941-done

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Thanks for your patch. I pushed it to master as commit
4f0f46e4af0e342d84c5ad448258702029601e4b.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-29  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 14:57 [bug#40941] [PATCH] gnu: zrythm: Update to 0.8.333 Alexandros Theodotou
2020-04-29  9:00 ` bug#40941: Done: " Jakub Kądziołka

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.