guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-elpy: Update to 1.35.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-elpy: Update to 1.35.0.
Date: Sat, 28 Nov 2020 16:35:52 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4d73e4b  gnu: emacs-elpy: Update to 1.35.0.
4d73e4b is described below

commit 4d73e4b6b4bbc1f8d878aa75c72747b944d78cf6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 28 22:24:15 2020 +0100

    gnu: emacs-elpy: Update to 1.35.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.35.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index de82980..91b1230 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8668,7 +8668,7 @@ indentation guides in Emacs:
 (define-public emacs-elpy
   (package
     (name "emacs-elpy")
-    (version "1.34.0")
+    (version "1.35.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8677,7 +8677,7 @@ indentation guides in Emacs:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1x1z298axbh4xalssnq9nkf2z1sdgmx839vb01xz18kr9lfavx1x"))))
+                "07rdb9w3bxzfr07224awa541xdy116hyc2b3bpl3fc3ikddmbydk"))))
     (build-system emacs-build-system)
     (arguments
      `(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]