guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: dpf-plugins: Update to 1.4.


From: guix-commits
Subject: 01/04: gnu: dpf-plugins: Update to 1.4.
Date: Wed, 20 Oct 2021 11:34:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2e8795cf0c57276a63cb0a3601218b6b831fecc6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 20 14:48:06 2021 +0200

    gnu: dpf-plugins: Update to 1.4.
    
    * gnu/packages/music.scm (dpf-plugins): Update to 1.4.
---
 gnu/packages/music.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index d64a796..40c86a8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6268,7 +6268,7 @@ ones.")
 (define-public dpf-plugins
   (package
     (name "dpf-plugins")
-    (version "1.3")
+    (version "1.4")
     (source
      (origin
        (method git-fetch)
@@ -6278,8 +6278,7 @@ ones.")
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1hsfmpv3kvpiwk8nfw9xpaipzy0n27i83y2v1yr93lznwm5rqrbs"))))
+        (base32 "0y7qvpfm34g6f7d786c6c9043dlbg5c4h71l2s24dsc9m8i7x2ww"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no "check" target



reply via email to

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