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.8.13.


From: guix-commits
Subject: branch master updated: gnu: gsequencer: Update to 3.8.13.
Date: Fri, 02 Jul 2021 03:27:32 -0400

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

ngz pushed a commit to branch master
in repository guix.

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

commit 14a725809afcf5f5a8ccbe79901bca2185da1141
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Jun 29 00:45:01 2021 +0000

    gnu: gsequencer: Update to 3.8.13.
    
    * gnu/packages/music.scm (gsequencer): Update to 3.8.13.
    [build-system]: Switch to glib-or-gtk-build-system.
    [arguments]<#:phases>: Don't return #t.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/music.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1b828c7..5100ec8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4886,7 +4886,7 @@ studio.")
 (define-public gsequencer
   (package
     (name "gsequencer")
-    (version "3.7.48")
+    (version "3.8.13")
     (source
      (origin
        (method git-fetch)
@@ -4895,16 +4895,15 @@ studio.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pqaj09x3lzcj0zbbkqpyaky9i1w462bhhvg1akh73nzwvyy46zd"))))
-    (build-system gnu-build-system)
+        (base32 "1gwy7fhbxgrd5n6afq1hnxc6p873wsh4qs63yhkkdfzyl7s412z4"))))
+    (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
          (add-before 'build 'prepare-x-for-test
            (lambda _
              (system "Xvfb &")
-             (setenv "DISPLAY" ":0")
-             #t)))))
+             (setenv "DISPLAY" ":0"))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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