Skip to content
Snippets Groups Projects
Unverified Commit e135ef96 authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

gnu: emacs-elpy: Update to 1.31.0.

* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.31.0.
parent 296e1aea
No related branches found
No related tags found
No related merge requests found
...@@ -6008,7 +6008,7 @@ (define-public emacs-highlight-indentation ...@@ -6008,7 +6008,7 @@ (define-public emacs-highlight-indentation
(define-public emacs-elpy (define-public emacs-elpy
(package (package
(name "emacs-elpy") (name "emacs-elpy")
(version "1.28.0") (version "1.31.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
...@@ -6017,7 +6017,7 @@ (define-public emacs-elpy ...@@ -6017,7 +6017,7 @@ (define-public emacs-elpy
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"073bwxwjzcbmvpcz9q2xjwzx9x7hkvjni6fwvikh6yawzjp56jis")))) "0bvmgqs3c80bhs9v5ymgadv7vk4iamha10y7rl09pixmjm4mzagk"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include) `(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment