guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: bsequencer: Update to 1.8.10.


From: guix-commits
Subject: 01/13: gnu: bsequencer: Update to 1.8.10.
Date: Sat, 30 Oct 2021 18:58:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3df874deb900f8da2a832a804bcf2074171efc62
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 29 20:43:45 2021 +0200

    gnu: bsequencer: Update to 1.8.10.
    
    * gnu/packages/music.scm (bsequencer): Update to 1.8.10.
    [arguments]: Set CC to something sensible.
---
 gnu/packages/music.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 07b85b8..7c12d15 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1869,7 +1869,7 @@ device supports.")
 (define-public bsequencer
   (package
     (name "bsequencer")
-    (version "1.8.0")
+    (version "1.8.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1878,12 +1878,13 @@ device supports.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0w7iwzz2r4a699fi24qk71vv2k3jpl9ylzlgmvyc3rlgad0m01k1"))))
+                "0w3m7x0619iq8rafcy0bal4gwh9m9h7iq93q7gkpxhv6dq58ix6l"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-       (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
-       #:tests? #f ; there are none
+       (list (string-append "CC=" ,(cc-for-target))
+             (string-append "PREFIX=" (assoc-ref %outputs "out")))
+       #:tests? #f                      ; there are none
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))



reply via email to

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