mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -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+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-guix
|
(define-public emacs-guix
|
||||||
(let ((commit "8ce6d219e87c5097abff9ce6f1f5a4293cdfcb31")
|
(let ((commit "c9aef52121b458297e70bb50f49f7276b4a8d759")
|
||||||
(revision "4"))
|
(revision "5"))
|
||||||
(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
|
||||||
;; TODO: Use the official version when it has a new home
|
(url "https://gitlab.com/emacs-guix/emacs-guix.git")
|
||||||
(url "https://github.com/alezost/guix.el")
|
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0awbd8x154c4dk4av7inpgd63n07xzng84vvc8qckmgljknc0j7k"))))
|
"00xdxadbi9fxpfp60zah9190rcz3w08vl1blbhmaiy7c1hd2gi39"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue