mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: praat: Update to 6.4.48.
* gnu/packages/language.scm (praat): Update to 6.4.48. Change-Id: Idb5a52834b19f9d84d9e1a046002d17cd2330f3e Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
9290d51f52
commit
d7b6ef3a49
1 changed files with 2 additions and 2 deletions
|
|
@ -870,7 +870,7 @@ noun phrases, verb phrases, etc.).")
|
|||
(define-public praat
|
||||
(package
|
||||
(name "praat")
|
||||
(version "6.4.47")
|
||||
(version "6.4.48")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -879,7 +879,7 @@ noun phrases, verb phrases, etc.).")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iyzdmgb56w80lgd4kb1cw9a0skxfbwj00q25idz7mkjij522fhi"))))
|
||||
"0hhf84y83kwskrsyhal5nx9dxng05v66s5dqx0zbn06yai6v77r4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags #~(list (string-append "CC="
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue