guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: samplv1: Update to 0.9.15.


From: guix-commits
Subject: 07/15: gnu: samplv1: Update to 0.9.15.
Date: Wed, 1 Jul 2020 11:54:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5aed91019adf2786099878d173de7d7957205629
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 17:24:38 2020 +0200

    gnu: samplv1: Update to 0.9.15.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.15.
---
 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 f5e53ff..4ea2e57 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1502,7 +1502,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.14")
+    (version "0.9.15")
     (source (origin
               (method url-fetch)
               (uri
@@ -1510,7 +1510,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0p3f9wsn1nz93szcl60yxhxdr554zm2z2jlbniwwify765lvasxc"))))
+                "0r3bz64jqv5j4rqaxkbiqkxdf8n3hlcwjx1p19qfzik1lbwv9nw5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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