all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64109] [PATCH 1/2] gnu: dpf-plugins: Update to 1.7.
@ 2023-06-16 14:44 Sughosha via Guix-patches via
  2023-06-16 14:46 ` [bug#64109] [PATCH 2/2] gnu: dpf-plugins: Add native-search-paths Sughosha via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Sughosha via Guix-patches via @ 2023-06-16 14:44 UTC (permalink / raw)
  To: 64109

From 23da89c3cbf2358ac70d387ebd714abe03b6758e Mon Sep 17 00:00:00 2001
Message-Id: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha@proton.me>
From: Sughosha <sughosha@proton.me>
Date: Fri, 16 Jun 2023 16:22:57 +0200
Subject: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7.

* gnu/packages/music.scm (dpf-plugins): Update to 1.7.
---
 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 2e7eddafb0..c767da803f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6347,7 +6347,7 @@ (define-public mamba
 (define-public dpf-plugins
   (package
     (name "dpf-plugins")
-    (version "1.4")
+    (version "1.7")
     (source
      (origin
        (method git-fetch)
@@ -6357,7 +6357,7 @@ (define-public dpf-plugins
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0y7qvpfm34g6f7d786c6c9043dlbg5c4h71l2s24dsc9m8i7x2ww"))))
+        (base32 "082f3f78x6k58j78mqr57qhw40f5s8fmcbkhl36nn3vbcsa07bzg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no "check" target

base-commit: 8f0698dde351790e0bc9e905e4cd71902fd55d5f
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-15  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-16 14:44 [bug#64109] [PATCH 1/2] gnu: dpf-plugins: Update to 1.7 Sughosha via Guix-patches via
2023-06-16 14:46 ` [bug#64109] [PATCH 2/2] gnu: dpf-plugins: Add native-search-paths Sughosha via Guix-patches via
2023-09-14 21:05   ` bug#64109: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7 Ludovic Courtès
2023-09-15  7:35     ` [bug#64109] " Thorsten Wilms

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.