diff options
author | Daniel Meißner <daniel.meissner-i4k@rub.de> | 2023-01-13 22:44:41 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-16 12:48:58 -0500 |
commit | 045dd3402fbc4d394d8a1dab4a418f8010734072 (patch) | |
tree | dfeb3eb03b5164c894ae55087d5bdfa3b2a8a87c /gnu | |
parent | f6943167b4a1c5b0fd2de9ed1eaa13461bd31fe1 (diff) | |
download | guix-045dd3402fbc4d394d8a1dab4a418f8010734072.tar.gz guix-045dd3402fbc4d394d8a1dab4a418f8010734072.zip |
gnu: mamba: Update to 2.3.
* gnu/packages/music.scm (mamba): Update to 2.3.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files 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 |