[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: emacs-elpy: Update to 1746e70.
From: |
guix-commits |
Subject: |
05/07: gnu: emacs-elpy: Update to 1746e70. |
Date: |
Mon, 4 Apr 2022 00:22:09 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 757ececffbc1cd89107b7e7ec6cda39afa738435
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Mar 31 10:33:05 2022 -0400
gnu: emacs-elpy: Update to 1746e70.
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1746e70.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/emacs-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 22695f1244..ffa45e218a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10848,10 +10848,12 @@ indentation guides in Emacs:
(license license:gpl2+))))
(define-public emacs-elpy
- ;; Use the latest commit, as it contains unreleased fixes for Python 3.9 and
- ;; Jedi 0.18.
- (let ((commit "8d0de310d41ebf06b22321a8534546447456870c")
- (revision "0"))
+ ;; Using the latest commit fixes outstanding bugs such as the following:
+ ;; https://github.com/jorgenschaefer/elpy/issues/1824
+ ;; https://github.com/jorgenschaefer/elpy/pull/1951
+ ;; https://github.com/jorgenschaefer/elpy/issues/1940.
+ (let ((commit "1746e7009000b7635c0ea6f1559018143aa61642")
+ (revision "1"))
(package
(name "emacs-elpy")
(version (git-version "1.35.0" revision commit))
@@ -10863,7 +10865,7 @@ indentation guides in Emacs:
(file-name (git-file-name name version))
(sha256
(base32
- "0hg6yk0wkfh2rwcc4h0bb6m2p3dg62ja22mjpa94khq52lv1piwf"))))
+ "120xzzaa8jxls3lri6d53zq6gafnkc6d9mlg09an334kkmh8k2fc"))))
(build-system emacs-build-system)
(arguments
`(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)
- branch master updated (32b713e016 -> 367048036d), guix-commits, 2022/04/04
- 01/07: import: pypi: Use new style for the conditional unzip input., guix-commits, 2022/04/04
- 02/07: build: emacs-utils: Add a (as-display) subform to `emacs-substitute-variables'., guix-commits, 2022/04/04
- 03/07: gnu: emacs-gnugo: Patch 'gnugo-program' variable., guix-commits, 2022/04/04
- 05/07: gnu: emacs-elpy: Update to 1746e70.,
guix-commits <=
- 06/07: gnu: git: Update to 2.35.1., guix-commits, 2022/04/04
- 04/07: gnu: emacs-poet-theme: Update to 16eb694., guix-commits, 2022/04/04
- 07/07: gnu: stgit: Update to 1.5., guix-commits, 2022/04/04