[PATCH] gnu: mamba: Update to 2.6.

  • Open
  • quality assurance status badge
Details
One participant
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal
A
A
Artyom V. Poptsov wrote 4 hours ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
f750a0204ec5327153c08bb99651cb56bd7bec90.1729025942.git.poptsov.artyom@gmail.com
* gnu/packages/music.scm (mamba): Update to 2.6.

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

Toggle diff (26 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73826@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73826
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch