guix-commits
[Top][All Lists]
Advanced

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

08/28: gnu: samplv1: Update to 0.9.32.


From: guix-commits
Subject: 08/28: gnu: samplv1: Update to 0.9.32.
Date: Sun, 17 Sep 2023 08:26:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 575abe5f3f9f09501a4fbb9357452f338e20b628
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: samplv1: Update to 0.9.32.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.32.
---
 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 8470468c60..f4ae38aec0 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2436,7 +2436,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.31")
+    (version "0.9.32")
     (source (origin
               (method url-fetch)
               (uri
@@ -2444,7 +2444,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1jqblmb24vbnpm4a4wlvasz45h3zy00rrpf850yxaplyf0qb8klx"))))
+                "17w5m5sk8fcnnph1njz9sz031kk0aid8mhs64myc2jvpvwm5snlb"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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