mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-guix: Update to cf5b7a4.
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to cf5b7a4. [home-page]: Update.
This commit is contained in:
parent
22b9734b67
commit
58a671f344
1 changed files with 5 additions and 5 deletions
|
@ -4187,20 +4187,20 @@ type, for example: packages, buffers, files, etc.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-guix
|
(define-public emacs-guix
|
||||||
(let ((commit "c9aef52121b458297e70bb50f49f7276b4a8d759")
|
(let ((commit "cf5b7a402ea503c3dcda85a86b9a6c6dd01896e0")
|
||||||
(revision "5"))
|
(revision "6"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-guix")
|
(name "emacs-guix")
|
||||||
(version (git-version "0.5.2" revision commit))
|
(version (git-version "0.5.2" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/emacs-guix/emacs-guix.git")
|
(url "https://git.savannah.gnu.org/git/guix/emacs-guix.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00xdxadbi9fxpfp60zah9190rcz3w08vl1blbhmaiy7c1hd2gi39"))))
|
"0wxiipgv91rlk9bhspx370rykywi52rxg5m1f7680vzs3ckc7nyd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -4233,7 +4233,7 @@ type, for example: packages, buffers, files, etc.")
|
||||||
emacs-geiser-guile
|
emacs-geiser-guile
|
||||||
emacs-magit-popup
|
emacs-magit-popup
|
||||||
guile-gcrypt))
|
guile-gcrypt))
|
||||||
(home-page "https://emacs-guix.gitlab.io/website/")
|
(home-page "https://guix.gnu.org")
|
||||||
(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…
Add table
Add a link
Reference in a new issue