mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: praat: Update to 6.4.49.
* gnu/packages/language.scm (praat): Update to 6.4.49. Change-Id: Ic150bc1a9ddc76a945cb94c546640c54edc1d832 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
82f286efb9
commit
c666ec3bb2
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.49")
|
||||
(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"))))
|
||||
"1h49ffxjrc3pxamm0b77n6jirl5pp9xm09fvb16mx1qwr0cnzi2q"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags #~(list (string-append "CC="
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue