all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73826] [PATCH] gnu: mamba: Update to 2.6.
@ 2024-10-15 20:59 Artyom V. Poptsov
  2024-10-26 18:08 ` [bug#73826] [PATCH v2] " Artyom V. Poptsov
  2024-10-26 18:22 ` bug#73826: [PATCH] " Artyom V. Poptsov
  0 siblings, 2 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2024-10-15 20:59 UTC (permalink / raw)
  To: 73826; +Cc: Artyom V. Poptsov

* gnu/packages/music.scm (mamba): Update to 2.6.

Change-Id: Iff60e6f48624677096c6fae6be08a04edad52794
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index d5f9226792..a9caf26c1d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6751,7 +6751,7 @@ (define-public geonkick
 (define-public mamba
   (package
    (name "mamba")
-   (version "2.3")
+   (version "2.6")
    (source
     (origin
       (method git-fetch)
@@ -6763,7 +6763,7 @@ (define-public mamba
       (file-name (git-file-name name version))
       (sha256
        (base32
-        "12w85i86jbnihd7w81vhvg8hkn7r32hyk9m1pdh3bd44dcz34gqf"))))
+        "1dndyz3dza4k1a4abd53h9fr07ssmm5b7plbh4a74b3mf0dafpsb"))))
    (build-system gnu-build-system)
    (arguments
     (list #:tests? #f  ; no "check" target

base-commit: 8ffb0c14b8abdbb471788f993a7835add147e3a8
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#73826] [PATCH v2] gnu: mamba: Update to 2.6.
  2024-10-15 20:59 [bug#73826] [PATCH] gnu: mamba: Update to 2.6 Artyom V. Poptsov
@ 2024-10-26 18:08 ` Artyom V. Poptsov
  2024-10-26 18:22 ` bug#73826: [PATCH] " Artyom V. Poptsov
  1 sibling, 0 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2024-10-26 18:08 UTC (permalink / raw)
  To: 73826; +Cc: Artyom V. Poptsov

* gnu/packages/music.scm (mamba): Update to 2.6.
[inputs]: Replace jack-1 with jack-2.

Change-Id: Iff60e6f48624677096c6fae6be08a04edad52794
---
 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 548836abeb..049e6e1676 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6747,7 +6747,7 @@ (define-public geonkick
 (define-public mamba
   (package
    (name "mamba")
-   (version "2.3")
+   (version "2.6")
    (source
     (origin
       (method git-fetch)
@@ -6759,7 +6759,7 @@ (define-public mamba
       (file-name (git-file-name name version))
       (sha256
        (base32
-        "12w85i86jbnihd7w81vhvg8hkn7r32hyk9m1pdh3bd44dcz34gqf"))))
+        "1dndyz3dza4k1a4abd53h9fr07ssmm5b7plbh4a74b3mf0dafpsb"))))
    (build-system gnu-build-system)
    (arguments
     (list #:tests? #f  ; no "check" target
@@ -6773,7 +6773,7 @@ (define-public mamba
     (list alsa-lib
           cairo
           fluidsynth
-          jack-1
+          jack-2
           liblo
           libsigc++-2
           libsmf

base-commit: a1714de3aa4f60d211c166876c3515f96384b0c7
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#73826: [PATCH] gnu: mamba: Update to 2.6.
  2024-10-15 20:59 [bug#73826] [PATCH] gnu: mamba: Update to 2.6 Artyom V. Poptsov
  2024-10-26 18:08 ` [bug#73826] [PATCH v2] " Artyom V. Poptsov
@ 2024-10-26 18:22 ` Artyom V. Poptsov
  1 sibling, 0 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2024-10-26 18:22 UTC (permalink / raw)
  To: 73826-done

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

Merged to the "master" branch as
45e08bc7d99b9b7a1958ee3d588a5c09f5c7d851.

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-26 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 20:59 [bug#73826] [PATCH] gnu: mamba: Update to 2.6 Artyom V. Poptsov
2024-10-26 18:08 ` [bug#73826] [PATCH v2] " Artyom V. Poptsov
2024-10-26 18:22 ` bug#73826: [PATCH] " Artyom V. Poptsov

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.