guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: translate-shell: Update to 0.9.6.12.


From: guix-commits
Subject: 10/10: gnu: translate-shell: Update to 0.9.6.12.
Date: Wed, 20 May 2020 13:53:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 01f15b157eb14dff7e3f574d7d141bd74edf8dce
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed May 20 19:35:21 2020 +0200

    gnu: translate-shell: Update to 0.9.6.12.
    
    * gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.12.
---
 gnu/packages/dictionaries.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 06ccfaf..4f8c35d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]