Skip to content

Commit

Permalink
gnu: praat: Update to 6.1.49.
Browse files Browse the repository at this point in the history
Version 6.1.30 of praat can't be built with GCC. Version 6.1.49 patches
this. See praat/praat#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>
  • Loading branch information
pfirestone authored and civodul committed Aug 7, 2023
1 parent 5b738d1 commit 94e2e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnu/packages/language.scm
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ noun phrases, verb phrases, etc.).")
(define-public praat
(package
(name "praat")
(version "6.1.30")
(version "6.1.49")
(source (origin
(method git-fetch)
(uri (git-reference
Expand All @@ -863,7 +863,7 @@ noun phrases, verb phrases, etc.).")
(file-name (git-file-name name version))
(sha256
(base32
"1pjfifyv3wjn68l3i2dr83xm75nf2kxvfxrk9qqbmwz58p183jw4"))))
"17ymrnvwvb08x61ygqlnfzzvggz937miix7rnk8vscrznywhh4jc"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test target
Expand All @@ -882,7 +882,7 @@ noun phrases, verb phrases, etc.).")
#t)))))
(inputs
`(("alsa-lib" ,alsa-lib)
("gtk" ,gtk+-2)
("gtk" ,gtk+)
("jack" ,jack-1)
("publesaudio" ,pulseaudio)))
(native-inputs
Expand Down

0 comments on commit 94e2e07

Please sign in to comment.