guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-guix: Update to 0.3.


From: Alex Kost
Subject: 02/02: gnu: emacs-guix: Update to 0.3.
Date: Mon, 27 Feb 2017 10:26:46 -0500 (EST)

alezost pushed a commit to branch master
in repository guix.

commit b4905fc1d999d8730274c08d5494a0daa237d168
Author: Alex Kost <address@hidden>
Date:   Mon Feb 27 18:11:10 2017 +0300

    gnu: emacs-guix: Update to 0.3.
    
    * gnu/packages/emacs.scm (emacs-guix): Update to 0.3.
---
 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 ca3b832..cc8d9c0 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1324,7 +1324,7 @@ type, for example: packages, buffers, files, etc.")
 (define-public emacs-guix
   (package
     (name "emacs-guix")
-    (version "0.2.2")
+    (version "0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/alezost/guix.el";
@@ -1332,7 +1332,7 @@ type, for example: packages, buffers, files, etc.")
                                   "/emacs-guix-" version ".tar.gz"))
               (sha256
                (base32
-                "1i47yh24xvgmnc778765g3j9ip0xb2y85v6w83r4qmkigk9rl2ck"))))
+                "1327zp140c7acckk0ajl88cgwr0lk9j3mb67nsq2janxrkwmj6br"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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