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


From: Alex Kost
Subject: 02/02: gnu: emacs-guix: Update to 0.2.2.
Date: Mon, 9 Jan 2017 21:25:07 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 28fd01bceb2e31c5b8d49d1168b3fc483ca42b92
Author: Alex Kost <address@hidden>
Date:   Mon Jan 9 23:48:41 2017 +0300

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



reply via email to

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