mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-guix: Update to 0.5.2-8.66b9350.
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2-8.66b9350. [source]: Update URL. Change-Id: Ie6ebba6ff4e070ca03de91f4e316f6e48707e37d Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
1aca7d3be8
commit
60c6133a98
1 changed files with 4 additions and 4 deletions
|
@ -7144,20 +7144,20 @@ type, for example: packages, buffers, files, etc.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-guix
|
(define-public emacs-guix
|
||||||
(let ((commit "455272c5cc72ed4ba5bad13c669f024f51479a58")
|
(let ((commit "66b935020d93cdbbff0b0ed3b1d2195724a46821")
|
||||||
(revision "7"))
|
(revision "8"))
|
||||||
(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://git.savannah.gnu.org/git/guix/emacs-guix.git")
|
(url "https://codeberg.org/guix/emacs-guix/")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ihrd7f92p9xidh1mbjk1piykzg46xypnzf1rlxxsymmddlq4jpn"))))
|
"1pm1nyy1r704wjg4hfdrrxlf1mn327wk0vkghwy8wsp4f84j5j7d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue