mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mamba: Update to 2.3.
* gnu/packages/music.scm (mamba): Update to 2.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
f6943167b4
commit
045dd3402f
1 changed files with 3 additions and 3 deletions
|
@ -6069,7 +6069,7 @@ (define-public geonkick
|
|||
(define-public mamba
|
||||
(package
|
||||
(name "mamba")
|
||||
(version "2.1")
|
||||
(version "2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6081,7 +6081,7 @@ (define-public mamba
|
|||
(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 @@ (define-public mamba
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue