guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mamba: Update to 2.3.


From: guix-commits
Subject: 02/03: gnu: mamba: Update to 2.3.
Date: Mon, 16 Jan 2023 12:50:26 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 045dd3402fbc4d394d8a1dab4a418f8010734072
Author: Daniel Meißner <daniel.meissner-i4k@rub.de>
AuthorDate: Fri Jan 13 22:44:41 2023 +0100

    gnu: mamba: Update to 2.3.
    
    * gnu/packages/music.scm (mamba): Update to 2.3.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index e433cc61e8..811da51955 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6069,7 +6069,7 @@ It can also play and mix samples.")
 (define-public mamba
   (package
    (name "mamba")
-   (version "2.1")
+   (version "2.3")
    (source
     (origin
       (method git-fetch)
@@ -6081,7 +6081,7 @@ It can also play and mix samples.")
       (file-name (git-file-name name version))
       (sha256
        (base32
-        "1bq6sqsij3cdwcsj3wpsnivi4c7jl4l5gwfywhqnib70v60smdja"))))
+        "12w85i86jbnihd7w81vhvg8hkn7r32hyk9m1pdh3bd44dcz34gqf"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f  ; no "check" target
@@ -6102,7 +6102,7 @@ It can also play and mix samples.")
           libsmf
           libx11))
    (native-inputs
-    (list pkg-config))
+    (list pkg-config xxd))
    (home-page "https://github.com/brummer10/Mamba";)
    (synopsis "Virtual MIDI keyboard and MIDI file player/recorder for JACK")
    (description "Mamba is a virtual MIDI keyboard and MIDI file



reply via email to

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