me
/
guix
Archived
1
0
Fork 0

gnu: translate-shell: Update to 0.9.6.12.

* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.12.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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