gnu: praat: Update to 6.1.26.

* gnu/packages/language.scm (praat): Update to 6.1.26.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-06 14:48:33 +02:00
parent 681bf1b2e6
commit 0e25995a06
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1053,7 +1053,7 @@ (define-public link-grammar
(define-public praat
(package
(name "praat")
(version "6.1.16")
(version "6.1.26")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1062,10 +1062,10 @@ (define-public praat
(file-name (git-file-name name version))
(sha256
(base32
"1rx4qvl0dd85x0r6pl0zk4bysx9ykxl05kywjr4pyvv6dvpswkrm"))))
"12y4x7c34ddlg22kc82n17if1dqm8lyap9jg0kh1vagkdm9dy02w"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f; no test target
`(#:tests? #f ; no test target
#:phases
(modify-phases %standard-phases
(replace 'configure