diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 14:48:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 14:49:29 +0200 |
commit | 0e25995a06b85fd0dcd99befb3c98822a93afabc (patch) | |
tree | 03d0a666cd6cbbf0f0dec12fa8e1876fa7a01f90 /gnu | |
parent | 681bf1b2e68b2abe4f6d7f9ca52b5f505b5b82e8 (diff) | |
download | guix-0e25995a06b85fd0dcd99befb3c98822a93afabc.tar.gz guix-0e25995a06b85fd0dcd99befb3c98822a93afabc.zip |
gnu: praat: Update to 6.1.26.
* gnu/packages/language.scm (praat): Update to 6.1.26.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/language.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 8961cf98c0..039854a2b1 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -1053,7 +1053,7 @@ noun phrases, verb phrases, etc.).") (define-public praat (package (name "praat") - (version "6.1.16") + (version "6.1.26") (source (origin (method git-fetch) (uri (git-reference @@ -1062,10 +1062,10 @@ noun phrases, verb phrases, etc.).") (file-name (git-file-name name version)) (sha256 (base32 - "1rx4qvl0dd85x0r6pl0zk4bysx9ykxl05kywjr4pyvv6dvpswkrm")))) + "12y4x7c34ddlg22kc82n17if1dqm8lyap9jg0kh1vagkdm9dy02w")))) (build-system gnu-build-system) (arguments - `(#:tests? #f; no test target + `(#:tests? #f ; no test target #:phases (modify-phases %standard-phases (replace 'configure |