gnu: emacs-guix: Update to 0.3.1.
* gnu/packages/emacs.scm (emacs-guix): Update to 0.3.1. [home-page]: Update.
This commit is contained in:
parent
a70b784708
commit
784618562e
|
@ -1406,7 +1406,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.3")
|
(version "0.3.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"
|
||||||
|
@ -1414,7 +1414,7 @@ type, for example: packages, buffers, files, etc.")
|
||||||
"/emacs-guix-" version ".tar.gz"))
|
"/emacs-guix-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1327zp140c7acckk0ajl88cgwr0lk9j3mb67nsq2janxrkwmj6br"))))
|
"0s7s90rfba8ccbilbvmbcwn4qp4m0jv9y58xq8avm39cygmjgyxz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -1453,7 +1453,7 @@ type, for example: packages, buffers, files, etc.")
|
||||||
("dash" ,emacs-dash)
|
("dash" ,emacs-dash)
|
||||||
("bui" ,emacs-bui)
|
("bui" ,emacs-bui)
|
||||||
("magit-popup" ,emacs-magit-popup)))
|
("magit-popup" ,emacs-magit-popup)))
|
||||||
(home-page "https://github.com/alezost/guix.el")
|
(home-page "https://alezost.github.io/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 GNU
|
"Emacs-Guix provides a visual interface, tools and features for the GNU
|
||||||
|
|
Loading…
Reference in New Issue