guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: samplv1: Update to 0.9.6.


From: guix-commits
Subject: 03/05: gnu: samplv1: Update to 0.9.6.
Date: Mon, 18 Mar 2019 16:36:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1540d80d9f40da9114753b0823c85d2dff7af470
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 18 21:26:10 2019 +0100

    gnu: samplv1: Update to 0.9.6.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.6.
---
 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 dcb7a32..c051e8e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1375,7 +1375,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.5")
+    (version "0.9.6")
     (source (origin
               (method url-fetch)
               (uri
@@ -1383,7 +1383,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0402rdr46za21w34m7ajzbwiiqcd1h0da3b0ldsr2z5g2mrkzxv8"))))
+                "16a5xix9pn0gl3fr6bv6zl1l9vrzgvy1q7xd8yxzfr3vi5s8x4z9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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