gnu: translate-shell: Update to 0.9.6.12.

* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.12.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 19:35:21 +02:00
parent 84c983f165
commit 01f15b157e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -231,7 +231,7 @@ (define-public grammalecte
(define-public translate-shell
(package
(name "translate-shell")
(version "0.9.6.11")
(version "0.9.6.12")
(source
(origin
(method git-fetch)
@ -240,7 +240,7 @@ (define-public translate-shell
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "137fz3ahzf65hfqcs4k7hhrmfjlhlw7wr3gfsvk88bnyqkyw44sm"))))
(base32 "075vqnha21rhr1b61dim7dqlfwm1yffyzcaa83s36rpk9r5sddzx"))))
(build-system gnu-build-system)
(arguments
`(#:phases