guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: translate-shell: Update to 0.9.7.


From: guix-commits
Subject: 04/06: gnu: translate-shell: Update to 0.9.7.
Date: Tue, 30 Aug 2022 15:12:54 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c7df8a026cb7d724b8b787dfaff77d8738a1be5f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 30 21:55:26 2022 +0300

    gnu: translate-shell: Update to 0.9.7.
    
    * gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.7.
    [arguments]: Remove trailing #t from phases.
---
 gnu/packages/dictionaries.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index f9d6e57877..4b1b6d749f 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2016, 2021 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2016, 2017, 2018, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2020-2022 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2017, 2018, 2019, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -238,7 +238,7 @@ and a Python library.")
 (define-public translate-shell
   (package
     (name "translate-shell")
-    (version "0.9.6.12")
+    (version "0.9.7")
     (source
       (origin
         (method git-fetch)
@@ -247,7 +247,7 @@ and a Python library.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "075vqnha21rhr1b61dim7dqlfwm1yffyzcaa83s36rpk9r5sddzx"))))
+         (base32 "03p00v8g0y2xs3sza2r2kmhwiajaz9viab6xk9snw7chzw2cddiq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -256,8 +256,7 @@ and a Python library.")
          (add-after 'unpack 'remove-unnecessary-file
            ;; This file gets generated during the build phase.
            (lambda _
-             (delete-file "translate")
-             #t))
+             (delete-file "translate")))
          (add-after 'install 'wrap-binary
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out     (assoc-ref outputs "out"))
@@ -270,8 +269,7 @@ and a Python library.")
                                (,(string-append out "/bin:"
                                                 curl "/bin:"
                                                 fribidi "/bin:"
-                                                rlwrap "/bin")))))
-             #t))
+                                                rlwrap "/bin")))))))
          (add-after 'install 'emacs-install
            (assoc-ref emacs:%standard-phases 'install))
          (add-after 'emacs-install 'emacs-make-autoloads



reply via email to

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