gnu: praat: Update to 6.1.26.
* gnu/packages/language.scm (praat): Update to 6.1.26.
This commit is contained in:
parent
681bf1b2e6
commit
0e25995a06
1 changed files with 3 additions and 3 deletions
|
@ -1053,7 +1053,7 @@ noun phrases, verb phrases, etc.).")
|
||||||
(define-public praat
|
(define-public praat
|
||||||
(package
|
(package
|
||||||
(name "praat")
|
(name "praat")
|
||||||
(version "6.1.16")
|
(version "6.1.26")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1062,10 +1062,10 @@ noun phrases, verb phrases, etc.).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rx4qvl0dd85x0r6pl0zk4bysx9ykxl05kywjr4pyvv6dvpswkrm"))))
|
"12y4x7c34ddlg22kc82n17if1dqm8lyap9jg0kh1vagkdm9dy02w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; no test target
|
`(#:tests? #f ; no test target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Reference in a new issue