gnu: emacs-guix: Update to 0.4.1.
* gnu/packages/emacs.scm (emacs-guix): Update to 0.4.1. [home-page]: Update for the new home.
This commit is contained in:
parent
2aa70977e9
commit
65f46862fa
|
@ -1641,15 +1641,14 @@ 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.4")
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/alezost/guix.el"
|
(uri (string-append "https://emacs-guix.gitlab.io/website/"
|
||||||
"/releases/download/v" version
|
"releases/emacs-guix-" version ".tar.gz"))
|
||||||
"/emacs-guix-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nn4b0gd895g0k4fynzrip7z8yb1r3qmvznq9v8a6q7sm84irmqq"))))
|
"0lbhznvfwqli0dbnrq9w9yx8116nccjvd7v6i8ayj5c5dkn2xaa4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -1700,7 +1699,7 @@ type, for example: packages, buffers, files, etc.")
|
||||||
("bui" ,emacs-bui)
|
("bui" ,emacs-bui)
|
||||||
("edit-indirect" ,emacs-edit-indirect)
|
("edit-indirect" ,emacs-edit-indirect)
|
||||||
("magit-popup" ,emacs-magit-popup)))
|
("magit-popup" ,emacs-magit-popup)))
|
||||||
(home-page "https://alezost.github.io/guix.el/")
|
(home-page "https://emacs-guix.gitlab.io/website/")
|
||||||
(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