guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: samplv1: Update to 0.9.31.


From: guix-commits
Subject: 08/16: gnu: samplv1: Update to 0.9.31.
Date: Wed, 19 Jul 2023 16:06:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c94b3f72e95c702c2b65c822a2b60ed0c5bde4c8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: samplv1: Update to 0.9.31.
    
    * gnu/packages/music.scm (samplv1): Update to 0.9.31.
---
 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 5e4b5f257b..41013fa7f0 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.27")
+    (version "0.9.31")
     (source (origin
               (method url-fetch)
               (uri
@@ -2444,7 +2444,7 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0wxdcw5qs58kjfnnl4lnmafj8qim8qmdfdzrgnxggyhjg5mrpyby"))))
+                "1jqblmb24vbnpm4a4wlvasz45h3zy00rrpf850yxaplyf0qb8klx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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