gnu: nerd-dictation: Update to 0-1.0eb44b7.
* gnu/packages/machine-learning.scm (nerd-dictation): Update to 0-1.0eb44b7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
4c90275e33
commit
4f0b2c0c3d
|
@ -3844,8 +3844,8 @@ simple speech recognition.")
|
||||||
"lib.")))))))))
|
"lib.")))))))))
|
||||||
|
|
||||||
(define-public nerd-dictation
|
(define-public nerd-dictation
|
||||||
(let* ((commit "53ab129a5ee0f8b5df284e8cf2229219b732c59e")
|
(let* ((commit "0eb44b7fd0927d69c92de5566e5807ed2c2e20b7")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "nerd-dictation")
|
(name "nerd-dictation")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -3857,7 +3857,7 @@ simple speech recognition.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "184qijiva1h1x00dzicik0yzgh78pq2lqr5fkgicgp26mkarlyhc"))))
|
(base32 "0frdpswv6w3cwj3c7wd5w8gj3s1hvpdwd48qhfhfxf7imahz9bqf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in New Issue