guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: samplv1: Update to 0.9.25.


From: guix-commits
Subject: 03/07: gnu: samplv1: Update to 0.9.25.
Date: Mon, 23 May 2022 17:01:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5b2f5e182c836ffef401ca03e0fce59083c062a6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:01 2022 +0200

    gnu: samplv1: Update to 0.9.25.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.25.
---
 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 7db897bda2..110a93eb44 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2340,7 +2340,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.24")
+    (version "0.9.25")
     (source (origin
               (method url-fetch)
               (uri
@@ -2348,7 +2348,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1c3ksd02dfqvzc3zk4x282b6gxr1l4ya9c4l04dcn55mrymgn2zz"))))
+                "0d05b03knrwh1zr4p0kcyn58scy6a392f0xxm78cqf0gikd3bw5c"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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