diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-01-23 10:41:52 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-01-23 12:20:21 -0500 |
commit | d79e0b3a030f391ad3857d1828fa3808f8c1c3e4 (patch) | |
tree | 04e767c0bf6cbe5eeca5f594d251f18e66a71695 | |
parent | 40bd0aa37b4a3ad9637b34c4bc1595e41c25e15b (diff) | |
download | patches-d79e0b3a030f391ad3857d1828fa3808f8c1c3e4.tar patches-d79e0b3a030f391ad3857d1828fa3808f8c1c3e4.tar.gz |
gnu: emacs-elpy: Update to 1.28.0.
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.28.0.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index da646bf0dc..c98798c8d4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4648,7 +4648,7 @@ indentation (space indentation only). (define-public emacs-elpy (package (name "emacs-elpy") - (version "1.27.0") + (version "1.28.0") (source (origin (method git-fetch) (uri (git-reference @@ -4657,7 +4657,7 @@ indentation (space indentation only). (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "1b76y0kzk7s9ya8k9bpsgn31i9l0rxs4iz6lg7snhjgh03k0ssgv")))) + "073bwxwjzcbmvpcz9q2xjwzx9x7hkvjni6fwvikh6yawzjp56jis")))) (build-system emacs-build-system) (arguments `(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include) |