guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gsequencer: Update to 3.10.18.


From: guix-commits
Subject: branch master updated: gnu: gsequencer: Update to 3.10.18.
Date: Tue, 14 Sep 2021 09:54:10 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a725194  gnu: gsequencer: Update to 3.10.18.
a725194 is described below

commit a72519489f0178051b7049d5793d95d070ebef86
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Sep 13 22:25:32 2021 +0000

    gnu: gsequencer: Update to 3.10.18.
    
    * gnu/packages/music.scm (gsequencer): Update to 3.10.18.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index fcf3c63..ff1330d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5019,7 +5019,7 @@ studio.")
 (define-public gsequencer
   (package
     (name "gsequencer")
-    (version "3.8.13")
+    (version "3.10.18")
     (source
      (origin
        (method git-fetch)
@@ -5028,7 +5028,7 @@ studio.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gwy7fhbxgrd5n6afq1hnxc6p873wsh4qs63yhkkdfzyl7s412z4"))))
+        (base32 "126kbvdkxy82mmkl19qhp9k6iz5xclar06chbj7lf580x96c899c"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]