guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: samplv1: Update to 0.9.21.


From: guix-commits
Subject: 04/12: gnu: samplv1: Update to 0.9.21.
Date: Sun, 21 Mar 2021 10:45:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa1f2945f01d5b232dc2780f668be2fc663d4f50
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 21 14:12:20 2021 +0100

    gnu: samplv1: Update to 0.9.21.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.21.
---
 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 fb409af..0afc6fc 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2030,7 +2030,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.20")
+    (version "0.9.21")
     (source (origin
               (method url-fetch)
               (uri
@@ -2038,7 +2038,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "06nni00dgn8fvbyam1v44aq4yfns1vf7hw1mwmwzv2vxapdbpngn"))))
+                "1kz8hcpzhrkvxpah6irz5gbah4m7knjhi4rk5hs1kwiikn7p6vgk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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