gnu: praat: Update to 6.1.30.
* gnu/packages/language.scm (praat): Update to 6.1.30.
This commit is contained in:
parent
48951e8502
commit
d67721ba9d
1 changed files with 2 additions and 2 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.27")
|
(version "6.1.30")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1062,7 +1062,7 @@ noun phrases, verb phrases, etc.).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wd2xy5shyk00d91yrif1c2xwzdl4i7qpdfa530f845yzn7k2ks1"))))
|
"1pjfifyv3wjn68l3i2dr83xm75nf2kxvfxrk9qqbmwz58p183jw4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
|
Reference in a new issue