guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: samplv1: Update to 0.9.7.


From: guix-commits
Subject: 04/06: gnu: samplv1: Update to 0.9.7.
Date: Wed, 24 Apr 2019 09:05:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b19392f4f40f070642f601cd100e82a6dee3c3bf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 24 14:55:59 2019 +0200

    gnu: samplv1: Update to 0.9.7.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.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 8631a41..d68aae8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1431,7 +1431,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.6")
+    (version "0.9.7")
     (source (origin
               (method url-fetch)
               (uri
@@ -1439,7 +1439,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "16a5xix9pn0gl3fr6bv6zl1l9vrzgvy1q7xd8yxzfr3vi5s8x4z9"))))
+                "1vgmcjccpgqqlmmwfg6m91nph81p2xaxydjx82n4l1yrr9lidn9h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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