guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-elpy: Update to 1.26.0.


From: guix-commits
Subject: 01/01: gnu: emacs-elpy: Update to 1.26.0.
Date: Wed, 21 Nov 2018 00:05:03 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 56ddcf041464f9b2d2a76c7abf88f1a832a96b4b
Author: Maxim Cournoyer <address@hidden>
Date:   Tue Nov 20 23:57:58 2018 -0500

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ce1add3..98a2002 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -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)



reply via email to

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