mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: emacs-guix: Update to 0.5.2.5-c9aef52.
Fixes <https://bugs.gnu.org/48844>. * gnu/packages/emacs-xyz.scm (emacs-guix): Update to c9aef52. [source]: Use gitlab. Co-authored-by: Brice Waegeneire <brice@waegenei.re>
This commit is contained in:
parent
f3b9db9ca1
commit
399e3ee7b7
1 changed files with 4 additions and 5 deletions
|
@ -3484,21 +3484,20 @@ (define-public emacs-bui
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-guix
|
||||
(let ((commit "8ce6d219e87c5097abff9ce6f1f5a4293cdfcb31")
|
||||
(revision "4"))
|
||||
(let ((commit "c9aef52121b458297e70bb50f49f7276b4a8d759")
|
||||
(revision "5"))
|
||||
(package
|
||||
(name "emacs-guix")
|
||||
(version (git-version "0.5.2" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
;; TODO: Use the official version when it has a new home
|
||||
(url "https://github.com/alezost/guix.el")
|
||||
(url "https://gitlab.com/emacs-guix/emacs-guix.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0awbd8x154c4dk4av7inpgd63n07xzng84vvc8qckmgljknc0j7k"))))
|
||||
"00xdxadbi9fxpfp60zah9190rcz3w08vl1blbhmaiy7c1hd2gi39"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue