[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: praat: Update to 6.3.10.
From: |
guix-commits |
Subject: |
08/11: gnu: praat: Update to 6.3.10. |
Date: |
Mon, 7 Aug 2023 10:22:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 730fea3f284dd78c1e05e6c8ab8ebf150a6393c3
Author: Preston M. Firestone <firestone.preston@gmail.com>
AuthorDate: Mon Jun 26 12:42:15 2023 -0500
gnu: praat: Update to 6.3.10.
* gnu/packages/language.scm (praat): Update to 6.3.10.
[make-flags]: Use (cc-for-target).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/language.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 87ab60eba1..fc33e6f42e 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -854,7 +854,7 @@ noun phrases, verb phrases, etc.).")
(define-public praat
(package
(name "praat")
- (version "6.1.49")
+ (version "6.3.10")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -863,10 +863,11 @@ noun phrases, verb phrases, etc.).")
(file-name (git-file-name name version))
(sha256
(base32
- "17ymrnvwvb08x61ygqlnfzzvggz937miix7rnk8vscrznywhh4jc"))))
+ "0kwv0p2bn2x5h0c61rymm87icqqwnbj699awgc5afl4qp53azci8"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; no test target
+ `(#:make-flags (list (string-append "CC=" ,(cc-for-target)))
+ #:tests? #f ; no test target
#:phases
(modify-phases %standard-phases
(replace 'configure
- branch master updated (56667ee55c -> f1badc9406), guix-commits, 2023/08/07
- 01/11: services: Add 'file-database' service., guix-commits, 2023/08/07
- 05/11: gnu: Add kineto., guix-commits, 2023/08/07
- 06/11: gnu: Add tgs2png., guix-commits, 2023/08/07
- 02/11: services: Add 'package-database' service., guix-commits, 2023/08/07
- 03/11: gnu: autoconf-archive: Update to 2023.02.20., guix-commits, 2023/08/07
- 04/11: gnu: signify: Complete update to 31., guix-commits, 2023/08/07
- 08/11: gnu: praat: Update to 6.3.10.,
guix-commits <=
- 07/11: gnu: praat: Update to 6.1.49., guix-commits, 2023/08/07
- 11/11: gnu: praat: Honor #:tests?., guix-commits, 2023/08/07
- 09/11: gnu: praat: Add tests to praat., guix-commits, 2023/08/07
- 10/11: gnu: praat: Update style., guix-commits, 2023/08/07