guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-elpy: Update to 1.27.0.


From: guix-commits
Subject: 02/02: gnu: emacs-elpy: Update to 1.27.0.
Date: Sun, 9 Dec 2018 16:28:12 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 88c7cf8499de0cc2d135abcd5e2eb98a581561db
Author: Maxim Cournoyer <address@hidden>
Date:   Sun Dec 9 16:17:12 2018 -0500

    gnu: emacs-elpy: Update to 1.27.0.
    
    * gnu/packages/emacs.scm (emacs-elpy): Update to 1.27.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 d8a9ffe..13588bf 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4799,7 +4799,7 @@ indentation (space indentation only).
 (define-public emacs-elpy
   (package
     (name "emacs-elpy")
-    (version "1.26.0")
+    (version "1.27.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4808,7 +4808,7 @@ indentation (space indentation only).
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0wynzp5xmrgiggmam82n6lfaiqmfl4n3ccpsgnh86r6pbsmssxjk"))))
+                "1b76y0kzk7s9ya8k9bpsgn31i9l0rxs4iz6lg7snhjgh03k0ssgv"))))
     (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]