guix-commits
[Top][All Lists]
Advanced

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

12/22: gnu: samplv1: Update to 0.9.27.


From: guix-commits
Subject: 12/22: gnu: samplv1: Update to 0.9.27.
Date: Wed, 19 Oct 2022 15:37:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 884e7b2e47310a9096d456495b181b1ad7bfb803
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:02 2022 +0200

    gnu: samplv1: Update to 0.9.27.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.27.
---
 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 79d5341ec4..52b10bd55c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2349,7 +2349,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.26")
+    (version "0.9.27")
     (source (origin
               (method url-fetch)
               (uri
@@ -2357,7 +2357,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1rqz3hf39hk2m15ihrkn8f5cqgbkvz3rq6r2k35rvn7sgvcq1dli"))))
+                "0wxdcw5qs58kjfnnl4lnmafj8qim8qmdfdzrgnxggyhjg5mrpyby"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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