[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
- branch master updated (4acf325150 -> 487613deea), guix-commits, 2022/01/17
- 01/20: gnu: mtr: Update to 0.95., guix-commits, 2022/01/17
- 05/20: gnu: eog-plugins: Update to 3.26.8., guix-commits, 2022/01/17
- 02/20: gnu: memcached: Update to 1.6.13., guix-commits, 2022/01/17
- 07/20: gnu: synthv1: Update to 0.9.24., guix-commits, 2022/01/17
- 10/20: gnu: padthv1: Update to 0.9.24.,
guix-commits <=
- 15/20: gnu: lxc: Update to 4.0.11., guix-commits, 2022/01/17
- 19/20: gnu: oil: Update to 0.9.6., guix-commits, 2022/01/17
- 16/20: gnu: lxcfs: Update to 4.0.11., guix-commits, 2022/01/17
- 20/20: gnu: oil: Use G-expressions., guix-commits, 2022/01/17
- 03/20: gnu: nvme-cli: Update to 1.16., guix-commits, 2022/01/17
- 06/20: gnu: amsynth: Update to 1.12.4., guix-commits, 2022/01/17
- 04/20: gnu: nvme-cli: Use G-expressions., guix-commits, 2022/01/17
- 08/20: gnu: drumkv1: Update to 0.9.24., guix-commits, 2022/01/17
- 11/20: gnu: qtractor: Update to 0.9.25., guix-commits, 2022/01/17
- 12/20: gnu: janet: Update to 1.19.2., guix-commits, 2022/01/17