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.28.0.


From: guix-commits
Subject: 02/02: gnu: emacs-elpy: Update to 1.28.0.
Date: Wed, 23 Jan 2019 12:21:21 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit d79e0b3a030f391ad3857d1828fa3808f8c1c3e4
Author: Maxim Cournoyer <address@hidden>
Date:   Wed Jan 23 10:41:52 2019 -0500

    gnu: emacs-elpy: Update to 1.28.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.28.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 da646bf..c98798c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4648,7 +4648,7 @@ indentation (space indentation only).
 (define-public emacs-elpy
   (package
     (name "emacs-elpy")
-    (version "1.27.0")
+    (version "1.28.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4657,7 +4657,7 @@ indentation (space indentation only).
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1b76y0kzk7s9ya8k9bpsgn31i9l0rxs4iz6lg7snhjgh03k0ssgv"))))
+                "073bwxwjzcbmvpcz9q2xjwzx9x7hkvjni6fwvikh6yawzjp56jis"))))
     (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]