[core-updates PATCH] gnu: translate-shell: Update to 0.9.6.11.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Pierre Langlois
Owner
unassigned
Submitted by
Pierre Langlois
Severity
normal
P
P
Pierre Langlois wrote on 30 Sep 2019 18:48
(address . guix-patches@gnu.org)(name . Pierre Langlois)(address . pierre.langlois@gmx.com)
87blv1n30y.fsf@gmx.com
Hi Guix!

I thought I'd give core-updates a try. The only package I had trouble
with in my profile(s) was translate-shell, which needs to be updated to

Otherwise it was all good!

Thanks,
Pierre
From 8e4f38ce5238cdac76dd6ead87c8b86462f12cf5 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Mon, 30 Sep 2019 17:43:34 +0100
Subject: [PATCH] gnu: translate-shell: Update to 0.9.6.11.

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

Toggle diff (32 lines)
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 37bd4aaf6b..96d496d439 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -245,7 +246,7 @@ and a Python library.")
(define-public translate-shell
(package
(name "translate-shell")
- (version "0.9.6.10")
+ (version "0.9.6.11")
(source
(origin
(method git-fetch)
@@ -254,7 +255,7 @@ and a Python library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dmh3flldfhnqfay3a6c5hanqcjwrmbly1bq8mlk022qfi1fv33y"))))
+ (base32 "137fz3ahzf65hfqcs4k7hhrmfjlhlw7wr3gfsvk88bnyqkyw44sm"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.23.0
L
L
Ludovic Courtès wrote on 2 Oct 2019 11:35
(name . Pierre Langlois)(address . pierre.langlois@gmx.com)(address . 37561-done@debbugs.gnu.org)
87eezvjxrb.fsf@gnu.org
Hi Pierre,

Pierre Langlois <pierre.langlois@gmx.com> skribis:

Toggle quote (4 lines)
> I thought I'd give core-updates a try. The only package I had trouble
> with in my profile(s) was translate-shell, which needs to be updated to
> work with gawk 5 (see https://github.com/soimort/translate-shell/issues/297).

Heh, thank you for testing!

Toggle quote (7 lines)
>>From 8e4f38ce5238cdac76dd6ead87c8b86462f12cf5 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois@gmx.com>
> Date: Mon, 30 Sep 2019 17:43:34 +0100
> Subject: [PATCH] gnu: translate-shell: Update to 0.9.6.11.
>
> * gnu/packages/dictionnaries.scm (translate-shell): Update to 0.9.6.11.

Applied, thanks!

Ludo’.
Closed
?