guix-commits
[Top][All Lists]
Advanced

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

10/20: gnu: padthv1: Update to 0.9.24.


From: guix-commits
Subject: 10/20: gnu: padthv1: Update to 0.9.24.
Date: Mon, 17 Jan 2022 03:16:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bba3e67e44fe50da334b389a4114a5d3e0026051
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:01 2022 +0100

    gnu: padthv1: Update to 0.9.24.
    
    * gnu/packages/music.scm (padthv1): Update to 0.9.24.
    [build-system]: Replace GNU Autotools with CMake.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0dff66cfa7..cd8c1ee009 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2385,7 +2385,7 @@ effects.")
 (define-public padthv1
   (package
     (name "padthv1")
-    (version "0.9.23")
+    (version "0.9.24")
     (source (origin
               (method url-fetch)
               (uri
@@ -2393,8 +2393,8 @@ effects.")
                               "/padthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0222n74kykirkhq4va09hr37rybxs0nxjbmamp38jf94bfz5y8gp"))))
-    (build-system gnu-build-system)
+                "0p3qp2lzhmj8i17bcqzsi0782nz7s90hx3s8vax6bxl4mqxsvnxb"))))
+    (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests
     (inputs



reply via email to

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