[PATCH] gnu: x42-plugins: Update to 20230701.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
7e66fa7cacd20f1a62f2bb99e4c204c2f6a8b177.1688495271.git.kiasoc5@disroot.org
* gnu/packages/music.scm (x42-plugins): Update to 20230701.
---
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 5069e6f0df..15f86b8987 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6133,7 +6133,7 @@ (define-public spectacle-analyzer
(define-public x42-plugins
(package
(name "x42-plugins")
- (version "20221119")
+ (version "20230701")
(source
(origin
(method url-fetch)
@@ -6141,7 +6141,7 @@ (define-public x42-plugins
(string-append "https://gareus.org/misc/x42-plugins/x42-plugins-"
version ".tar.xz"))
(sha256
- (base32 "128h9x7yzhy6q6l0fqk2zd6l48wgs2lhf2pzbiba6h3n6l9n555b"))))
+ (base32 "1why4mkaxbd0p7qr4jrx3d903wnw2l8gya8v3y32z2vjz31w7jqn"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 3b630604d1f6325444509b5badd6cee15b3ce1b4
--
2.41.0
Ludovic Courtès wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 64463-done@debbugs.gnu.org)
87351mnpgf.fsf@gnu.org
kiasoc5 <kiasoc5@disroot.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/music.scm (x42-plugins): Update to 20230701.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64463
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help