guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bchoppr: Update to 1.8.0.


From: guix-commits
Subject: 01/02: gnu: bchoppr: Update to 1.8.0.
Date: Thu, 10 Sep 2020 13:00:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d5d2685adf9289283fd7153af23a840b096366d7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 10 19:01:08 2020 +0200

    gnu: bchoppr: Update to 1.8.0.
    
    * gnu/packages/music.scm (bchoppr): Update to 1.8.0.
---
 gnu/packages/music.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0062641..ccef883 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1266,17 +1266,17 @@ with a selectable pattern matrix size.")
   (package
     (inherit bsequencer)
     (name "bchoppr")
-    (version "1.4.2")
+    (version "1.8.0")
     (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/sjaehn/BChoppr";)
-               (commit version)))
-        (file-name (git-file-name name version))
-        (sha256
-          (base32
-            "1ympx0kyn3mkb23xgd44rlrf4qnngnlkmikz9syhayklgax7ijgm"))))
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/sjaehn/BChoppr";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1nd6byy75f0rbz9dm9drhxmpsfhxhg0y7q3v2m3098llynhy9k2j"))))
     (synopsis "Audio stream-chopping LV2 plugin")
     (description "B.Choppr cuts the audio input stream into a repeated
 sequence of up to 16 chops.  Each chop can be leveled up or down (gating).



reply via email to

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