GNU bug report logs - #73826
[PATCH] gnu: mamba: Update to 2.6.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Tue, 15 Oct 2024 21:00:02 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73826 in the body.
You can then email your comments to 73826 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73826; Package guix-patches. (Tue, 15 Oct 2024 21:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 15 Oct 2024 21:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: mamba: Update to 2.6.
Date: Tue, 15 Oct 2024 23:59:02 +0300
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#73826; Package guix-patches. (Sat, 26 Oct 2024 18:11:03 GMT) Full text and rfc822 format available.

Message #8 received at 73826 <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 73826 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH v2] gnu: mamba: Update to 2.6.
Date: Sat, 26 Oct 2024 21:08:43 +0300
* 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





Reply sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
You have taken responsibility. (Sat, 26 Oct 2024 18:25:02 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Sat, 26 Oct 2024 18:25:02 GMT) Full text and rfc822 format available.

Message #13 received at 73826-done <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 73826-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: mamba: Update to 2.6.
Date: Sat, 26 Oct 2024 21:22:58 +0300
[Message part 1 (text/plain, inline)]
Merged to the "master" branch as
45e08bc7d99b9b7a1958ee3d588a5c09f5c7d851.

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> 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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Nov 2024 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.