all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Daniel Meißner via Guix-patches via" <guix-patches@gnu.org>
To: 60783@debbugs.gnu.org
Cc: "Daniel Meißner" <daniel.meissner-i4k@rub.de>
Subject: [bug#60783] [PATCH 2/3] gnu: mamba: Update to 2.3.
Date: Fri, 13 Jan 2023 22:44:41 +0100	[thread overview]
Message-ID: <20230113214442.5332-2-daniel.meissner-i4k@rub.de> (raw)
In-Reply-To: <20230113214442.5332-1-daniel.meissner-i4k@rub.de>

* gnu/packages/music.scm (mamba): Update to 2.3.
---
 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 @@ (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
-- 
2.38.1





  reply	other threads:[~2023-01-13 23:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 13:10 [bug#60783] [PATCH 0/3] Fix mamba build Daniel Meißner via Guix-patches via
2023-01-13 21:44 ` [bug#60783] [PATCH 1/3] gnu: mamba: Use correct version of libsigc++ Daniel Meißner via Guix-patches via
2023-01-13 21:44   ` Daniel Meißner via Guix-patches via [this message]
2023-01-13 21:44   ` [bug#60783] [PATCH 3/3] gnu: mamba: Use G-expressions Daniel Meißner via Guix-patches via
2023-01-16 17:51 ` bug#60783: [PATCH 0/3] Fix mamba build Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230113214442.5332-2-daniel.meissner-i4k@rub.de \
    --to=guix-patches@gnu.org \
    --cc=60783@debbugs.gnu.org \
    --cc=daniel.meissner-i4k@rub.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.