gnu: emacs-elpy: Update to 1.28.0.

* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.28.0.
master
Maxim Cournoyer 2019-01-23 10:41:52 -05:00
parent 40bd0aa37b
commit d79e0b3a03
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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)