me
/
guix
Archived
1
0
Fork 0

gnu: emacs-elpy: Update to 1.26.0.

* gnu/packages/emacs.scm (emacs-elpy): Update to 1.26.0.
master
Maxim Cournoyer 2018-11-20 23:57:58 -05:00
parent 0da3526d58
commit 56ddcf0414
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -4696,7 +4696,7 @@ indentation (space indentation only).
(define-public emacs-elpy
(package
(name "emacs-elpy")
(version "1.24.0")
(version "1.26.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4705,7 +4705,7 @@ indentation (space indentation only).
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0rsg8a9nwqfkv0xcs11jzfp10ij7jm0v2ikx19zv2v7awqy0q5wf"))))
"0wynzp5xmrgiggmam82n6lfaiqmfl4n3ccpsgnh86r6pbsmssxjk"))))
(build-system emacs-build-system)
(arguments
`(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)