[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: padthv1: Update to 0.9.17.
From: |
guix-commits |
Subject: |
02/07: gnu: padthv1: Update to 0.9.17. |
Date: |
Fri, 11 Sep 2020 17:34:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ef500f9be43a375aa306a67c3b5263d228e6c0c0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 11 19:17:29 2020 +0200
gnu: padthv1: Update to 0.9.17.
* gnu/packages/music.scm (padthv1): Update to 0.9.17.
[inputs]: Replace fftw with fftwf.
---
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 db2ab87..35d75d2 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1636,7 +1636,7 @@ effects.")
(define-public padthv1
(package
(name "padthv1")
- (version "0.9.16")
+ (version "0.9.17")
(source (origin
(method url-fetch)
(uri
@@ -1644,7 +1644,7 @@ effects.")
"/padthv1-" version ".tar.gz"))
(sha256
(base32
- "1f2v60dpja0rnml60g463fjiz0f84v32yjwpvr56z79h1i6fssmv"))))
+ "098fk8fwcgssnfr1gilqg8g17zvch62lrn3rqsswpzbr3an5adb3"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; there are no tests
@@ -1654,7 +1654,7 @@ effects.")
("alsa-lib" ,alsa-lib)
("non-session-manager" ,non-session-manager)
("liblo" ,liblo)
- ("fftw" ,fftw)
+ ("fftwf" ,fftwf)
("qtbase" ,qtbase)))
(native-inputs
`(("pkg-config" ,pkg-config)
- branch master updated (a1ea058 -> 52569ee), guix-commits, 2020/09/11
- 01/07: gnu: libetpan: Update to 1.9.4., guix-commits, 2020/09/11
- 02/07: gnu: padthv1: Update to 0.9.17.,
guix-commits <=
- 04/07: Revert "gnu: dovecot: Set moduledir to global directory.", guix-commits, 2020/09/11
- 06/07: gnu: enet: Update to 1.3.16., guix-commits, 2020/09/11
- 03/07: Revert "services: dovecot: Use modules via symlink to system profile.", guix-commits, 2020/09/11
- 05/07: gnu: batctl: Update to 2020.3., guix-commits, 2020/09/11
- 07/07: gnu: lldpd: Update to 1.0.6., guix-commits, 2020/09/11