mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: praat: Update to 6.4.
* gnu/packages/language.scm (praat): Update to 6.4. Change-Id: I6138e87781e007d5798a908a4b5ae5c0c3338b05 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
f5650cd354
commit
03c01580d9
1 changed files with 2 additions and 2 deletions
|
@ -854,7 +854,7 @@ (define-public link-grammar
|
|||
(define-public praat
|
||||
(package
|
||||
(name "praat")
|
||||
(version "6.3.10")
|
||||
(version "6.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -863,7 +863,7 @@ (define-public praat
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kwv0p2bn2x5h0c61rymm87icqqwnbj699awgc5afl4qp53azci8"))))
|
||||
"1rabv4175r1kbgb6n5xbir4j9ldpfr3wr6xa8jakzgny3dwlmsbg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags #~(list (string-append "CC="
|
||||
|
|
Loading…
Reference in a new issue