all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 60393@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#60393] [PATCH 1/2] gnu: zam-plugins: Update to 4.1.
Date: Wed, 28 Dec 2022 18:55:53 -0500	[thread overview]
Message-ID: <20221228235553.64208-1-kiasoc5@disroot.org> (raw)
In-Reply-To: <20221228234925.63518-1-kiasoc5@disroot.org>

* gnu/packages/music.scm (zam-plugins): Update to 4.1.
---
 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 5be767a138..111a4245db 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5974,7 +5974,7 @@ (define-public x42-plugins
 (define-public zam-plugins
   (package
     (name "zam-plugins")
-    (version "3.13")
+    (version "4.1")
     (source
      (origin
        (method git-fetch)
@@ -5988,7 +5988,7 @@ (define-public zam-plugins
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02blg0iqich4vx5z1ahj6avkh83yqszdiq83p9jd5qwm0i4llqjq"))))
+        (base32 "0p3y3r2nrhzr0xlcy5rz4c2jsvc10l1n8cwc642r0zppwfabm9il"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ;no "check" target
-- 
2.39.0





  reply	other threads:[~2022-12-28 23:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28 23:49 [bug#60393] [PATCH 0/2] Update zam-plugins and use new package style kiasoc5 via Guix-patches via
2022-12-28 23:55 ` kiasoc5 via Guix-patches via [this message]
2022-12-28 23:55   ` [bug#60393] [PATCH 2/2] gnu: zam-plugins: Use " kiasoc5 via Guix-patches via
2023-01-31 14:27 ` bug#60393: [PATCH 0/2] Update zam-plugins and use " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221228235553.64208-1-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=60393@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.