gnu: praat: Update to 6.1.49.

Version 6.1.30 of praat can't be built with GCC. Version 6.1.49 patches
this. See https://github.com/praat/praat/pull/1622 for more information.

-- >8 --
* gnu/packages/language.scm (praat): Update to 6.1.49.
  [inputs]: Replace gtk+-2 with gtk+.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Preston M. Firestone 2023-06-26 12:42:14 -05:00 committed by Ludovic Courtès
parent 5b738d10e2
commit 94e2e07942
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -854,7 +854,7 @@ (define-public link-grammar
(define-public praat
(package
(name "praat")
(version "6.1.30")
(version "6.1.49")
(source (origin
(method git-fetch)
(uri (git-reference
@ -863,7 +863,7 @@ (define-public praat
(file-name (git-file-name name version))
(sha256
(base32
"1pjfifyv3wjn68l3i2dr83xm75nf2kxvfxrk9qqbmwz58p183jw4"))))
"17ymrnvwvb08x61ygqlnfzzvggz937miix7rnk8vscrznywhh4jc"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test target
@ -882,7 +882,7 @@ (define-public praat
#t)))))
(inputs
`(("alsa-lib" ,alsa-lib)
("gtk" ,gtk+-2)
("gtk" ,gtk+)
("jack" ,jack-1)
("publesaudio" ,pulseaudio)))
(native-inputs