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:
André A. Gomes 2021-08-14 14:10:14 +03:00 committed by Brice Waegeneire
parent f3b9db9ca1
commit 399e3ee7b7
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -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)