gnu: emacs-guix: Update to 0.2.1.

* gnu/packages/emacs.scm (emacs-guix): Update to 0.2.1.
This commit is contained in:
Alex Kost 2016-12-26 13:31:31 +03:00
parent 9f74424f37
commit b2f1f7b0d9
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 6 additions and 6 deletions

View File

@ -1272,7 +1272,7 @@ type, for example: packages, buffers, files, etc.")
(define-public emacs-guix (define-public emacs-guix
(package (package
(name "emacs-guix") (name "emacs-guix")
(version "0.2") (version "0.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/alezost/guix.el" (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")) "/emacs-guix-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0h168597am5vcix149l27g876v4f5yqwx8v0s9mmsdva1qqcq5s5")))) "0nhx0c3xc16frpyqikaml73hjyn8a0jijq5ibq8a4zrjiw1pqxwy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
@ -1316,10 +1316,10 @@ type, for example: packages, buffers, files, etc.")
(home-page "https://github.com/alezost/guix.el") (home-page "https://github.com/alezost/guix.el")
(synopsis "Emacs interface for GNU Guix") (synopsis "Emacs interface for GNU Guix")
(description (description
"Emacs-Guix provides a visual interface, tools and features for the "Emacs-Guix provides a visual interface, tools and features for the GNU
GNU Guix package manager. Particularly, it allows you to do various Guix package manager. Particularly, it allows you to do various package
package management tasks from Emacs. To begin with, run @code{M-x management tasks from Emacs. To begin with, run @code{M-x guix-about} or
guix-help} command.") @code{M-x guix-help} command.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-d-mode (define-public emacs-d-mode