summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-16 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-16 01:00:01 +0100
commitbba3e67e44fe50da334b389a4114a5d3e0026051 (patch)
treeddf63d6cc3046207df9fa49f1bbe00eddfcfa552
parent732fe221ffd74d4a3ac36c8c9d1d4bc073b37051 (diff)
downloadguix-patches-bba3e67e44fe50da334b389a4114a5d3e0026051.tar
guix-patches-bba3e67e44fe50da334b389a4114a5d3e0026051.tar.gz
gnu: padthv1: Update to 0.9.24.
* gnu/packages/music.scm (padthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
-rw-r--r--gnu/packages/music.scm6
1 files 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