diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-04-27 16:21:46 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-04-27 16:32:32 +0300 |
commit | f664c4234ef232ba9a8eb2c0338d6694dec827e7 (patch) | |
tree | 02bb8bc615fcd856dac8ff08f6ce1d57c1ed7d97 | |
parent | 5203ef4d4e602eb883ec6a833a8fa2af84ec834f (diff) | |
download | guix-f664c4234ef232ba9a8eb2c0338d6694dec827e7.tar.gz |
gnu: gcide: Update to 0.53.
* gnu/packages/dictionaries.scm (gcide): Update to 0.53.
-rw-r--r-- | gnu/packages/dictionaries.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 2c2a7f0118..c4c377580c 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 Ludovic Courtès <ludo@gnu.org> -;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016, 2017, 2018, 2020, 2021 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> @@ -113,14 +113,14 @@ acronyms distributed as an info document.") (define-public gcide (package (name "gcide") - (version "0.52") + (version "0.53") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gcide/gcide-" version ".tar.xz")) (sha256 (base32 - "1n3bp91sik66z3ca7mjqbr9nck3hg5ck0c8g84xc0qnfpx5vznh2")))) + "17rigzfmih5i1z5s5v1hdr1jw8rngf40768kblnh5kp19ncbvb6k")))) (build-system copy-build-system) (arguments '(#:install-plan |