diff options
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 869f8c3c7b..8c76bd6496 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin <[email protected]> ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou <[email protected]> ;;; Copyright © 2016, 2017, 2018 Alex Vong <[email protected]> -;;; Copyright © 2016, 2017, 2018, 2019, 2020 Arun Isaac <[email protected]> +;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Arun Isaac <[email protected]> ;;; Copyright © 2017 Christopher Baines <[email protected]> ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe <[email protected]> ;;; Copyright © 2017, 2018, 2019, 2020, 2021 Clément Lassieur <[email protected]> @@ -12764,13 +12764,13 @@ containing words from the Rime project.") (define-public emacs-pyim (package (name "emacs-pyim") - (version "3.7.2") + (version "3.7.3") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar")) (sha256 - (base32 "1kq7b22l8h14nc8pdrk5d9riw51za50i1kpkwbg64bdrs7abif3m")))) + (base32 "0h6cp48hjdfnwbi799hrar5hlcag2339ygdq8qfds2iawrzk6y74")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-async" ,emacs-async) |