mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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 <m.othacehe@gmail.com>
This commit is contained in:
parent
bdea16a8e6
commit
37084435d3
1 changed files with 3 additions and 2 deletions
|
@ -5156,7 +5156,7 @@ (define-public helm
|
|||
(define-public zrythm
|
||||
(package
|
||||
(name "zrythm")
|
||||
(version "0.7.573")
|
||||
(version "0.8.200")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5164,7 +5164,7 @@ (define-public zrythm
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"075gq478xbzz5ql4fsrgfzhgxi7z26k6034lhlkmm0klfcb8j9mg"))))
|
||||
"13ivxbrd44qnhyh46dcr94dvqxg8cn4bbd8xm77ljw0p9b4ks4zs"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
@ -5189,6 +5189,7 @@ (define-public zrythm
|
|||
("gettext" ,gettext-minimal)
|
||||
("glibc" ,glibc)
|
||||
("gtk+" ,gtk+)
|
||||
("guile" ,guile-2.2)
|
||||
("libcyaml" ,libcyaml)
|
||||
("libsamplerate" ,libsamplerate)
|
||||
("libsndfile" ,libsndfile)
|
||||
|
|
Loading…
Reference in a new issue