Archived
1
0
Fork 0

gnu: parlatype: Update to 2.1.

* gnu/packages/gnome.scm (parlatype): Update to 2.1.
This commit is contained in:
Nicolas Goaziou 2020-08-07 11:04:55 +02:00
parent d8fcde01b4
commit c10fb9fda4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10352,22 +10352,18 @@ provided there is a DBus service present:
(license license:gpl2))) (license license:gpl2)))
(define-public parlatype (define-public parlatype
;; This is one commit away from 2.0, because the latter introduced
;; a regression in ASR.
(let ((commit "7d22ead13ef7578f99d24146663cc1bdb7d8c2a9")
(revision "0"))
(package (package
(name "parlatype") (name "parlatype")
(version (git-version "2.0" revision commit)) (version "2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/gkarsay/parlatype") (url "https://github.com/gkarsay/parlatype.git")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0r3k3qczbzi7bs5s1rddhpsnadyr805df40bqkx0srlxgh5mfghf")))) (base32 "1c15ja0rwz3jj8bnqdq0nmqka39iwrhy8krdv2a2x8nl4shfpmv0"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t
@ -10406,7 +10402,7 @@ provided there is a DBus service present:
(description "Parlatype is an audio player for the GNOME desktop (description "Parlatype is an audio player for the GNOME desktop
environment. Its main purpose is the manual transcription of spoken environment. Its main purpose is the manual transcription of spoken
audio files.") audio files.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public jsonrpc-glib (define-public jsonrpc-glib
(package (package