guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/19: gnu: dpf-plugins: Update to 1.7.


From: guix-commits
Subject: 05/19: gnu: dpf-plugins: Update to 1.7.
Date: Thu, 14 Sep 2023 17:45:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 50725212f0578b98ad4bac9786ca954ae22125cc
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Fri Jun 16 14:44:00 2023 +0000

    gnu: dpf-plugins: Update to 1.7.
    
    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.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 cf74a2cd36..3f17a054ca 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6517,7 +6517,7 @@ curl/include/curl/curl.h")
 (define-public dpf-plugins
   (package
     (name "dpf-plugins")
-    (version "1.4")
+    (version "1.7")
     (source
      (origin
        (method git-fetch)
@@ -6527,7 +6527,7 @@ curl/include/curl/curl.h")
          (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]