GNU bug report logs - #74403
[PATCH 0/4] gnu: synthv1, drumkv1, samplv1, padthv1: Update to 1.1.3.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Sun, 17 Nov 2024 16:28:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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 74403 in the body.
You can then email your comments to 74403 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#74403; Package guix-patches. (Sun, 17 Nov 2024 16:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sughosha <sughosha <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 17 Nov 2024 16:28:02 GMT) Full text and rfc822 format available.

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

From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 0/4] gnu: synthv1, drumkv1, samplv1, padthv1: Update to 1.1.3.
Date: Sun, 17 Nov 2024 21:53:44 +0530
This patch series updates synthv1 drumkv1, samplv1 and padthv1 to 1.1.3.

Sughosha (4):
  gnu: synthv1: Update to 1.1.3.
  gnu: drumkv1: Update to 1.1.3.
  gnu: samplv1: Update to 1.1.3.
  gnu: padthv1: Update to 1.1.3.

 gnu/packages/music.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74403; Package guix-patches. (Sun, 17 Nov 2024 16:32:02 GMT) Full text and rfc822 format available.

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

From: Sughosha <sughosha <at> disroot.org>
To: 74403 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 1/4] gnu: synthv1: Update to 1.1.3.
Date: Sun, 17 Nov 2024 21:58:23 +0530
* gnu/packages/music.scm (synthv1): Update to 1.1.3.

Change-Id: I732d5f5196eef14f5ee4e9081de7b2ec757505ba
---
 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 980bce6b30..0e0d61c09c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2552,7 +2552,7 @@ (define-public mixxx
 (define-public synthv1
   (package
     (name "synthv1")
-    (version "1.1.0")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri
@@ -2560,7 +2560,7 @@ (define-public synthv1
                               "/synthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0szl3p9wgy7cdjb757yrkskr4sqs1gvqq2zk1cm7hvadc8r0pbp3"))))
+                "0wgjcy1lbzp9j95fym2mqsl9h0dp9jw1kqgxpcl3h61z2mk8ffdi"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests

base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74403; Package guix-patches. (Sun, 17 Nov 2024 16:32:02 GMT) Full text and rfc822 format available.

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

From: Sughosha <sughosha <at> disroot.org>
To: 74403 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 2/4] gnu: drumkv1: Update to 1.1.3.
Date: Sun, 17 Nov 2024 21:58:24 +0530
* gnu/packages/music.scm (drumkv1): Update to 1.1.3.

Change-Id: I8eaf20c09440cb90917525118b7efaef0edbce5d
---
 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 0e0d61c09c..257ded69f8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2584,7 +2584,7 @@ (define-public synthv1
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "1.1.0")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri
@@ -2592,7 +2592,7 @@ (define-public drumkv1
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0z1j4218x69nzri0nbcp3sadlwk0ixs5m9fdi4w7zpwy528bgxiz"))))
+                "14bq8k4sfgla6a568q201hmkj7dh7r95h3d9ikyi0j5lp6ryq58c"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74403; Package guix-patches. (Sun, 17 Nov 2024 16:32:03 GMT) Full text and rfc822 format available.

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

From: Sughosha <sughosha <at> disroot.org>
To: 74403 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 3/4] gnu: samplv1: Update to 1.1.3.
Date: Sun, 17 Nov 2024 21:58:25 +0530
* gnu/packages/music.scm (samplv1): Update to 1.1.3.

Change-Id: I32a0000ce712ab2bf23221b9e387bfa9d55c2089
---
 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 257ded69f8..72a964670b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2617,7 +2617,7 @@ (define-public drumkv1
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "1.1.0")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri
@@ -2625,7 +2625,7 @@ (define-public samplv1
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1lfa9q8mkjz6m34w7fvqkd8p62f42wrrcniyv4k4d9f1a4582frd"))))
+                "06qb589mymgz8pxz3l30clvi67n6nv1x4qx38kmnb219ad05nwwk"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74403; Package guix-patches. (Sun, 17 Nov 2024 16:32:03 GMT) Full text and rfc822 format available.

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

From: Sughosha <sughosha <at> disroot.org>
To: 74403 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 4/4] gnu: padthv1: Update to 1.1.3.
Date: Sun, 17 Nov 2024 21:58:26 +0530
* gnu/packages/music.scm (padthv1): Update to 1.1.3.

Change-Id: I1f9f8431ede5eb918b181e8925e0bf343d307a30
---
 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 72a964670b..a9a8a69f9d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2650,7 +2650,7 @@ (define-public samplv1
 (define-public padthv1
   (package
     (name "padthv1")
-    (version "1.1.0")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri
@@ -2658,7 +2658,7 @@ (define-public padthv1
                               "/padthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "17jx61bfg9k24mz266icxqbax3x0qvvywxlby16ky6fjp2dqy7x8"))))
+                "13rfak12f0x1vs35g0xri6qfkkfpkhmbgm5wg1s8vhmyawik6h6s"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74403; Package guix-patches. (Tue, 21 Jan 2025 12:29:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>
Cc: 74403-done <at> debbugs.gnu.org, Sughosha <sughosha <at> disroot.org>
Subject: Re: [bug#74403] [PATCH 0/4] gnu: synthv1, drumkv1, samplv1,
 padthv1: Update to 1.1.3.
Date: Tue, 21 Jan 2025 20:28:28 +0800
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:

> This patch series updates synthv1 drumkv1, samplv1 and padthv1 to 1.1.3.
>
> Sughosha (4):
>   gnu: synthv1: Update to 1.1.3.
>   gnu: drumkv1: Update to 1.1.3.
>   gnu: samplv1: Update to 1.1.3.
>   gnu: padthv1: Update to 1.1.3.
>
>  gnu/packages/music.scm | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
>
>
> base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
update to 1.2.0 and pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Tue, 21 Jan 2025 12:29:03 GMT) Full text and rfc822 format available.

Notification sent to Sughosha <sughosha <at> disroot.org>:
bug acknowledged by developer. (Tue, 21 Jan 2025 12:29:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 19 Feb 2025 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 22 days ago.

Previous Next


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