guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-guix: Update to 0.2.1.


From: Alex Kost
Subject: 01/01: gnu: emacs-guix: Update to 0.2.1.
Date: Mon, 26 Dec 2016 10:55:32 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit b2f1f7b0d96955cf625784dfa381c768b216480e
Author: Alex Kost <address@hidden>
Date:   Mon Dec 26 13:31:31 2016 +0300

    gnu: emacs-guix: Update to 0.2.1.
    
    * gnu/packages/emacs.scm (emacs-guix): Update to 0.2.1.
---
 gnu/packages/emacs.scm |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 547c440..0184996 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")
+    (version "0.2.1")
     (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
-                "0h168597am5vcix149l27g876v4f5yqwx8v0s9mmsdva1qqcq5s5"))))
+                "0nhx0c3xc16frpyqikaml73hjyn8a0jijq5ibq8a4zrjiw1pqxwy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -1316,10 +1316,10 @@ type, for example: packages, buffers, files, etc.")
     (home-page "https://github.com/alezost/guix.el";)
     (synopsis "Emacs interface for GNU Guix")
     (description
-     "Emacs-Guix provides a visual interface, tools and features for the
-GNU Guix package manager.  Particularly, it allows you to do various
-package management tasks from Emacs.  To begin with, run @code{M-x
-guix-help} command.")
+     "Emacs-Guix provides a visual interface, tools and features for the GNU
+Guix package manager.  Particularly, it allows you to do various package
+management tasks from Emacs.  To begin with, run @code{M-x guix-about} or
address@hidden guix-help} command.")
     (license license:gpl3+)))
 
 (define-public emacs-d-mode



reply via email to

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