diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 19:35:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 19:38:57 +0200 |
commit | 01f15b157eb14dff7e3f574d7d141bd74edf8dce (patch) | |
tree | b09832ace4a4d61f1434dc749de7a40050084baf /gnu/packages | |
parent | 84c983f1657e1732e1279256489dd3903ce4af33 (diff) | |
download | guix-01f15b157eb14dff7e3f574d7d141bd74edf8dce.tar.gz guix-01f15b157eb14dff7e3f574d7d141bd74edf8dce.zip |
gnu: translate-shell: Update to 0.9.6.12.
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.12.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/dictionaries.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 06ccfafb40..4f8c35d040 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -231,7 +231,7 @@ and a Python library.") (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 @@ and a Python library.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "137fz3ahzf65hfqcs4k7hhrmfjlhlw7wr3gfsvk88bnyqkyw44sm")))) + (base32 "075vqnha21rhr1b61dim7dqlfwm1yffyzcaa83s36rpk9r5sddzx")))) (build-system gnu-build-system) (arguments `(#:phases |