diff options
author | Ryan Prior via Guix-patches via <[email protected]> | 2020-12-30 04:12:52 +0000 |
---|---|---|
committer | Leo Famulari <[email protected]> | 2020-12-30 18:41:02 -0500 |
commit | 0492cc2f5078d78d2adfaa1c2cd38dff964b579d (patch) | |
tree | d6f141aac657fd200cb4e3b18d62991cc0b76c01 | |
parent | 9aa1930eb4bb815294478f8deeb1df0bf6916faf (diff) |
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 <[email protected]>
-rw-r--r-- | gnu/packages/music.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index ab881845ed..84a55e6305 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -32,6 +32,7 @@ ;;; Copyright © 2020 Tanguy Le Carrour <[email protected]> ;;; Copyright © 2020 Marius Bakke <[email protected]> ;;; Copyright © 2019 Riku Viitanen <[email protected]> +;;; Copyright © 2020 Ryan Prior <[email protected]> ;;; ;;; 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 ;; distribution. (name "zrythm") - (version "1.0.0-alpha.3.0.1") + (version "1.0.0-alpha.6.0.1") (source (origin (method url-fetch) @@ -5790,7 +5791,7 @@ and as an LV2 plugin.") version ".tar.xz")) (sha256 (base32 - "06025367x08y4g9grhcn35bk1dsrpgm04c8l8j50i3p49dl3s1n0")))) + "1zfky3yj0k0rmbxighlk9sp4fsgw8rj7viv44yv626kldfvc04ab")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |