guix-commits
[Top][All Lists]
Advanced

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

82/104: gnu: samplv1: Update to 0.9.14.


From: guix-commits
Subject: 82/104: gnu: samplv1: Update to 0.9.14.
Date: Sun, 17 May 2020 11:36:48 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 8481bb242ccea0247995f6d892c5a98ac93558c2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 00:26:51 2020 +0200

    gnu: samplv1: Update to 0.9.14.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.14.
---
 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 162bea9..1520daf 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1501,7 +1501,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.13")
+    (version "0.9.14")
     (source (origin
               (method url-fetch)
               (uri
@@ -1509,7 +1509,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0clsp6s5qfnh0xaxbd35vq2ppi72q9dfayrzlgl73800a8p7gh9m"))))
+                "0p3f9wsn1nz93szcl60yxhxdr554zm2z2jlbniwwify765lvasxc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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