me
/
guix
Archived
1
0
Fork 0

gnu: zrythm: Update to 1.0.0-alpha.6.0.1.

* gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.6.0.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Ryan Prior via Guix-patches via 2020-12-30 04:12:52 +00:00 committed by Leo Famulari
parent 9aa1930eb4
commit 0492cc2f50
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 2 deletions

View File

@ -32,6 +32,7 @@
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020 Marius Bakke <marius@gnu.org> ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
;;; Copyright © 2019 Riku Viitanen <riku.viitanen0@gmail.com> ;;; Copyright © 2019 Riku Viitanen <riku.viitanen0@gmail.com>
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -5782,7 +5783,7 @@ and as an LV2 plugin.")
;; distros to make necessary changes to integrate the software into the ;; distros to make necessary changes to integrate the software into the
;; distribution. ;; distribution.
(name "zrythm") (name "zrythm")
(version "1.0.0-alpha.3.0.1") (version "1.0.0-alpha.6.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5790,7 +5791,7 @@ and as an LV2 plugin.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"06025367x08y4g9grhcn35bk1dsrpgm04c8l8j50i3p49dl3s1n0")))) "1zfky3yj0k0rmbxighlk9sp4fsgw8rj7viv44yv626kldfvc04ab"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t